feat: 前端基础框架

This commit is contained in:
RockChinQ
2024-10-13 22:34:35 +08:00
parent 9703fc0366
commit 0dd74c825b
15 changed files with 193 additions and 16 deletions

View File

@@ -7,9 +7,12 @@
// Plugins
import vuetify from './vuetify'
import router from '@/router'
import store from '@/store'
export function registerPlugins (app) {
app
.use(vuetify)
.use(router)
.use(store)
}