Browse Source

提交一下

1
mo 4 năm trước cách đây
mục cha
commit
551ad863a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/layout/components/instructions.vue

+ 1 - 1
src/layout/components/instructions.vue

@@ -85,7 +85,7 @@ export default {
   },
   watch:{
     key(val){
-      console.log(val)
+      console.log(this.$route)
     }
   }
 };