Move "toLocalNumber" to utils.

This commit is contained in:
N-Pex 2025-05-09 14:42:37 +02:00
parent 674eaa5eeb
commit ce81fdc91e
5 changed files with 75 additions and 91 deletions

View file

@ -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 });