init
This commit is contained in:
commit
161b616b4e
16 changed files with 9655 additions and 0 deletions
4
src/main.ts
Normal file
4
src/main.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { createApp } from 'vue';
|
||||
import App from './App.vue';
|
||||
|
||||
createApp(App).mount('#app');
|
Loading…
Add table
Add a link
Reference in a new issue