1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: Vue 项目结构优化,移除无用代码

This commit is contained in:
2025-02-22 18:04:53 +08:00
parent d9d4d67523
commit 496124e721
16 changed files with 42 additions and 399 deletions

View File

@@ -8,7 +8,11 @@ import router from './router'
const app = createApp(App)
app.use(createPinia())
// 导入 pinia 模块
const pinia = createPinia()
app.use(pinia)
// 导入 router 模块
app.use(router)
app.mount('#app')