lrf402788946 5 yıl önce
ebeveyn
işleme
4b889a8331
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  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();