forked from AkkomaGang/akkoma-fe
Revert "Remove state persistence for now."
This reverts commit 9cf438f1b2
.
This commit is contained in:
parent
fcb950fb43
commit
3fd0d0d1cb
1 changed files with 5 additions and 5 deletions
10
src/main.js
10
src/main.js
|
@ -17,7 +17,7 @@ import configModule from './modules/config.js'
|
|||
|
||||
import VueTimeago from 'vue-timeago'
|
||||
|
||||
// import createPersistedState from 'vuex-persistedstate'
|
||||
import createPersistedState from 'vuex-persistedstate'
|
||||
|
||||
Vue.use(Vuex)
|
||||
Vue.use(VueRouter)
|
||||
|
@ -28,9 +28,9 @@ Vue.use(VueTimeago, {
|
|||
}
|
||||
})
|
||||
|
||||
// const persistedStateOptions = {
|
||||
// paths: ['users.users', 'statuses.notifications']
|
||||
// }
|
||||
const persistedStateOptions = {
|
||||
paths: ['users.users', 'statuses.notifications']
|
||||
}
|
||||
|
||||
const store = new Vuex.Store({
|
||||
modules: {
|
||||
|
@ -39,7 +39,7 @@ const store = new Vuex.Store({
|
|||
api: apiModule,
|
||||
config: configModule
|
||||
},
|
||||
// plugins: [createPersistedState(persistedStateOptions)],
|
||||
plugins: [createPersistedState(persistedStateOptions)],
|
||||
strict: process.env.NODE_ENV !== 'production'
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue