fix i18n in services
This commit is contained in:
parent
9e8513b312
commit
b479d80366
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ const persistedStateOptions = {
|
||||||
modules: {
|
modules: {
|
||||||
i18n: {
|
i18n: {
|
||||||
getters: {
|
getters: {
|
||||||
i18n: () => i18n
|
i18n: () => i18n.global
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
interface: interfaceModule,
|
interface: interfaceModule,
|
||||||
|
|
Loading…
Reference in a new issue