🌐 (app) init 18n in en and french
This commit is contained in:
@@ -4,6 +4,7 @@ import './registerServiceWorker'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
import VueCompositionAPI from '@vue/composition-api'
|
||||
import i18n from './i18n'
|
||||
|
||||
Vue.use(VueCompositionAPI)
|
||||
|
||||
@@ -12,5 +13,6 @@ Vue.config.productionTip = false
|
||||
new Vue({
|
||||
router,
|
||||
store,
|
||||
i18n,
|
||||
render: (h) => h(App)
|
||||
}).$mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user