This commit is contained in:
shangqiyuan
2026-05-10 00:56:33 +08:00
commit be9725a918
19 changed files with 1825 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
createApp(App).mount('#app')