guhongwei 4 年之前
父節點
當前提交
4d8de925d7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/index.vue

+ 2 - 2
src/views/index.vue

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