This commit is contained in:
chenjinsong
2021-05-26 17:34:13 +08:00
commit c68ac91e2d
11 changed files with 12389 additions and 0 deletions

4
src/main.js Normal file
View File

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