Merge branch 'vuex-devtools' into 'develop'
Enable store access in the vue devtools See merge request pleroma/pleroma-fe!1967
This commit is contained in:
commit
774b018dc6
2 changed files with 3 additions and 0 deletions
0
changelog.d/vuex-devtools.skip
Normal file
0
changelog.d/vuex-devtools.skip
Normal file
|
@ -131,6 +131,9 @@ const persistedStateOptions = {
|
||||||
bookmarkFolders: bookmarkFoldersModule
|
bookmarkFolders: bookmarkFoldersModule
|
||||||
},
|
},
|
||||||
plugins,
|
plugins,
|
||||||
|
options: {
|
||||||
|
devtools: process.env.NODE_ENV !== 'production'
|
||||||
|
},
|
||||||
strict: false // Socket modifies itself, let's ignore this for now.
|
strict: false // Socket modifies itself, let's ignore this for now.
|
||||||
// strict: process.env.NODE_ENV !== 'production'
|
// strict: process.env.NODE_ENV !== 'production'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue