mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
Migracja projektu na Vite
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createApp } from 'vue';
|
||||
import router from './router';
|
||||
|
||||
import App from './App.vue';
|
||||
|
||||
import { createPinia } from 'pinia';
|
||||
|
||||
createApp(App).use(router).use(createPinia()).mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user