ソースを参照

디버거 로직 삭제

김보경 5 年 前
コミット
73fb44785e
2 ファイル変更2 行追加2 行削除
  1. 1 1
      components/shared/NavLink.vue
  2. 1 1
      plugins/integrations.js

+ 1 - 1
components/shared/NavLink.vue

@@ -14,7 +14,7 @@ export default {
   },
   computed: {
     isActive() {
-      debugger
+      // debugger
       return this.to === this.$route.path
     }
   }

+ 1 - 1
plugins/integrations.js

@@ -1,6 +1,6 @@
 export default (_, inject) => {
   inject('applyParamsToUrl', (url, filter) => {
-    debugger
+    // debugger
     if (filter) {
       let filteredEntities = ''
       if (url.indexOf('?') === -1) {