Рефакторинг, работа над хоткеями

This commit is contained in:
Book Pauk
2020-03-15 20:58:06 +07:00
parent 8f6201b0f7
commit 2db8876c66
6 changed files with 76 additions and 32 deletions

View File

@@ -12,11 +12,11 @@ Vue.use(Vuex);
const debug = process.env.NODE_ENV !== 'production';
export default new Vuex.Store(Object.assign({}, root, {
modules: {
uistate,
config,
reader,
},
strict: debug,
plugins: [createPersistedState()]
modules: {
uistate,
config,
reader,
},
strict: debug,
plugins: [createPersistedState()]
}));