nuxtで下記の定義をdefault.vueでしているのですが
asyncData () { return { isLogin: false, user: [] } },
エラー内容
[Vue warn]: Property or method "isLogin" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties. found in ---> <Pages/index.vue> at pages/index.vue <Nuxt> <VContent> <VApp> <Layouts/default.vue> at layouts/default.vue <Root>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/12 10:17
2019/10/12 10:52