diff options
| author | dave <starpumadev@gmail.com> | 2019-03-31 21:59:18 -0400 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-03-31 21:59:18 -0400 |
| commit | 21ea5adc8b4f8eb16026cdefd60a60c8952ae162 (patch) | |
| tree | 2dd2a244404c107689796daee1a55d7f0caf37d3 /src/main.js | |
| parent | b909796683e937b92e0371e9fc49e73300cd296b (diff) | |
#436 - apply patch and clean up
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js index 9ffc3727..c80aea36 100644 --- a/src/main.js +++ b/src/main.js @@ -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, |
