Merge branch 'testing' into VSR-issues

This commit is contained in:
2022-12-15 14:46:30 +01:00
28 changed files with 931 additions and 48 deletions

View File

@@ -7,7 +7,7 @@ import App2 from './App2.vue';
import {useI18n} from "vue-i18n";
futureStore().then((store) => {
const i18n = _createI18n(appMessages, true);
const i18n = _createI18n(appMessages, false);
const app = createApp({
template: `<app></app>`,