This commit is contained in:
2022-10-16 20:01:44 +02:00
parent ab933e4ad1
commit 83aa054a70
11 changed files with 766 additions and 706 deletions
+5 -3
View File
@@ -1,4 +1,6 @@
import { createApp } from 'vue'
import App from './App.vue'
import { createApp } from 'vue';
import App from './App.vue';
import router from './router';
createApp(App).use(router).mount('#app');
createApp(App).mount('#app')