[add] first

This commit is contained in:
2022-04-10 00:30:43 +08:00
commit 074e10f630
19 changed files with 3358 additions and 0 deletions

4
src/main.ts Normal file
View File

@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')