1.初始化项目
This commit is contained in:
2023-11-21 14:31:55 +08:00
commit e54c697d7a
23 changed files with 1179 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import {createApp} from 'vue'
import App from './App.vue'
createApp(App).mount('#app')