feat: implemented new i18n system
This commit is contained in:
parent
4b4e8b7aa8
commit
032cfb2bfd
11 changed files with 254 additions and 124 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import router from "./routes";
|
||||
import i18n from "./i18n";
|
||||
|
||||
createApp(App).use(i18n).use(router).mount("#app");
|
||||
createApp(App).use(router).mount("#app");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue