vuex-persistedstate。报toJSON未定义错误。
发布于 3 年前 作者 chaoren 1383 次浏览 来自 问答
粉丝福利 : 关注VUE中文社区公众号,回复视频领取粉丝福利

在我使用以下方法后。

import persistedState from 'vuex-persistedstate'
export default new Vuex.Store({
    // ...
    plugins: [persistedState()]
})

报错

vue.esm.js?efeb:628 [Vue warn]: Property or method “toJSON” 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.

回到顶部