Migracja na Vite; poprawki funkcjonalności

This commit is contained in:
2022-10-08 15:42:59 +02:00
parent 62070e2cf3
commit 046859b560
27 changed files with 895 additions and 30420 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
import { createApp } from "vue";
import App from "./App.vue";
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount("#app");
createApp(App).mount('#app')