finalization of my calendar ranges

This commit is contained in:
2022-06-30 17:40:43 +02:00
parent 9e93e2a3f9
commit 4aa8436399
6 changed files with 71 additions and 44 deletions

View File

@@ -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>`,