🔄Update: 构建前端项目框架

This commit is contained in:
2025-10-07 21:40:00 +08:00
parent 58f0db1b1d
commit 8e71ee682c
13 changed files with 4118 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')