guhongwei 4 năm trước cách đây
mục cha
commit
4d8de925d7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/index.vue

+ 2 - 2
src/views/index.vue

@@ -13,7 +13,7 @@ export default {
   metaInfo() {
     return { title: this.$route.meta.title };
   },
-  name: "index",
+  name: 'index',
   props: {},
   components: {},
   data: function() {
@@ -22,7 +22,7 @@ export default {
   created() {},
   methods: {},
   computed: {},
-  watch: {}
+  watch: {},
 };
 </script>