Move "toLocalNumber" to utils.
This commit is contained in:
parent
674eaa5eeb
commit
ce81fdc91e
5 changed files with 75 additions and 91 deletions
|
|
@ -179,6 +179,8 @@ router.app = app;
|
|||
app.use(navigation, router);
|
||||
app.use(vuetify);
|
||||
app.use(i18n);
|
||||
app.$i18n = i18n;
|
||||
app.config.globalProperties.$i18n = i18n;
|
||||
|
||||
app.use(matrix, { store: store, i18n: i18n });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue