boenfu / vuex-along

:memo: auto save and restore state for vuex
https://boenfu.github.io/vuex-along/
MIT License
259 stars 36 forks source link

完全无效,没有保存到本地存储 #11

Closed tianbaop closed 6 years ago

tianbaop commented 6 years ago

我按照方法引入而且设置好了,但是打开浏览器依然没有生效,刷新就没了,另一个项目引用成功了,但是清除不了

boenfu commented 6 years ago

请问你是怎么配置的呢 贴个图嘛。 你可以看看 demo 页面 都生效的。

tianbaop commented 6 years ago

tim 20181118165220

tianbaop commented 6 years ago

之前还用了vuexAlong.watch也无效就去掉了

boenfu commented 6 years ago

你设置好了 有设置state测试吗, 如果你的数据 在state初始化后 一次都没有改动过 , 是不会存储的,因为那样也没有意义,

tianbaop commented 6 years ago

更改过的,这个我知道的嘛, 但是依然没有效果,我试了另一种方法也没有给我存储

boenfu commented 6 years ago

经过我刚刚测试,所有api均可正常使用 测试步骤 1.使用vue-cli 创建项目 2.安装 vuex vuex-along 3.编写sotre.js 及修改 测试所用的App.vue https://gist.github.com/boenfu/502dc13ded010e36a925638879a77848