mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
finalization of my calendar ranges
This commit is contained in:
@@ -4,9 +4,10 @@ import { appMessages } from './i18n'
|
||||
import futureStore, {key} from './store/index'
|
||||
|
||||
import App2 from './App2.vue';
|
||||
import {useI18n} from "vue-i18n";
|
||||
|
||||
futureStore().then((store) => {
|
||||
const i18n = _createI18n(appMessages);
|
||||
const i18n = _createI18n(appMessages, true);
|
||||
|
||||
const app = createApp({
|
||||
template: `<app></app>`,
|
||||
|
Reference in New Issue
Block a user