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() {
     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>