- 博客(1)
- 收藏
- 关注
原创 vuex 持久化
vuex 持久化 vuex持久化库 npm install --save vuex-persistedstate 在你需要持久化的地方 import { createStore } from "vuex"; import createPersistedState from "vuex-persistedstate"; const store = createStore({ // ... plugins: [createPersistedState()], }
2020-12-06 14:08:15
72
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人