直接上代碼
vuex的簡單存取可以看我之前的汶上vuex簡單存取
這個存在sessionStorage
安裝:
npm install vuex-persistedstate --save
store/index.js
import createPersistedState from "vuex-persistedstate"
export default new Vuex.Store({
plugins: [createPersistedState({
storage: window.sessionStorage
})]
})
詳細可了解vuex數(shù)據(jù)持久化