feat: client init

This commit is contained in:
tim
2025-07-02 21:03:16 +08:00
parent 6e9cd7f450
commit 8c21b39d78
11 changed files with 12328 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')