mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
improve Address reusability: move i18n translations out of root component
This commit is contained in:
@@ -2,10 +2,6 @@ import { createApp } from 'vue'
|
||||
import { store } from './store'
|
||||
import App from './App.vue';
|
||||
|
||||
import { _createI18n } from 'ChillMainAssets/vuejs/_js/i18n'
|
||||
import { addressMessages } from './i18n'
|
||||
const i18n = _createI18n(addressMessages);
|
||||
|
||||
const app = createApp({
|
||||
template: `<app></app>`,
|
||||
})
|
||||
|
Reference in New Issue
Block a user