Enable store access in the vue devtools
This commit is contained in:
parent
f61f224bb1
commit
c04570b1e4
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
|
||||
},
|
||||
plugins,
|
||||
options: {
|
||||
devtools: process.env.NODE_ENV !== 'production'
|
||||
},
|
||||
strict: false // Socket modifies itself, let's ignore this for now.
|
||||
// strict: process.env.NODE_ENV !== 'production'
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue