Vuex持久化存储之vuex-persist
摘要:
引入vuex-persist 插件,它就是为 Vuex 持久化存储而生的一个插件。不需要你手动存取 storage ,而是直接将状态保存至 cookie 或者 localStorage 中。具体用法如下: 安装:npm install --save vuex-persist 引入:import Vu 阅读全文
posted @ 2020-07-20 10:00 融微 阅读(1711) 评论(0) 推荐(0)