This commit is contained in:
liuziting
2026-01-21 15:33:08 +08:00
parent 5aefe0fa59
commit 52b059fe1e
14 changed files with 3589 additions and 1 deletions

5
src/main.ts Normal file
View File

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