初始化前端目录

This commit is contained in:
2025-08-31 23:25:36 +08:00
parent 2c04361feb
commit 7c11c1519b
9 changed files with 1211 additions and 0 deletions

4
capi-ui/src/main.js Normal file
View File

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