lrf402788946 5 년 전
부모
커밋
4b889a8331
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/views/index/index.vue

+ 4 - 2
src/views/index/index.vue

@@ -108,8 +108,10 @@ export default {
     corpList: [],
     siteTitle: '',
   }),
-  metaInfo: {
-    title: this.siteTitle,
+  metaInfo() {
+    return {
+      title: this.siteTitle,
+    };
   },
   async created() {
     await this.checkUser();