Terarea  2
The automation project
Loading...
Searching...
No Matches
main.ts
Go to the documentation of this file.
1import { createApp } from 'vue';
2import App from './App.vue';
3import router from './router';
4import store from './store';
5
6createApp(App).use(router).use(store).mount('#app');