Merge branch 'dynamic-info-section-list' into main branch for integration of i18n for home page sections
This commit is contained in:
commit
da604a14f6
10 changed files with 194 additions and 79 deletions
|
|
@ -5,5 +5,6 @@ import { createRouter, createWebHistory } from "vue-router";
|
|||
import { routes } from "vue-router/auto-routes";
|
||||
|
||||
const router = createRouter({ history: createWebHistory(), routes: routes });
|
||||
import i18n from './i18n'
|
||||
|
||||
createApp(App).use(router).mount("#app");
|
||||
createApp(App).use(i18n).use(router).mount("#app");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue