#436 - apply patch and clean up
This commit is contained in:
parent
b909796683
commit
21ea5adc8b
5 changed files with 44 additions and 29 deletions
|
@ -59,6 +59,11 @@ const persistedStateOptions = {
|
|||
const persistedState = await createPersistedState(persistedStateOptions)
|
||||
const store = new Vuex.Store({
|
||||
modules: {
|
||||
i18n: {
|
||||
getters: {
|
||||
i18n: () => i18n
|
||||
}
|
||||
},
|
||||
interface: interfaceModule,
|
||||
instance: instanceModule,
|
||||
statuses: statusesModule,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue