wip: fixed issues with i18n fallbacking for value-type objects/arrays, removed i18n integration and replaced with proprietary implementation again
This commit is contained in:
parent
771a8cc4bf
commit
d2020cafec
19 changed files with 529 additions and 420 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
import { vueI18nPlugin } from "./i18n";
|
||||
|
||||
createApp(App).use(router).use(vueI18nPlugin).mount("#app");
|
||||
createApp(App).use(router).mount("#app");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue