feat: 日志页面

This commit is contained in:
Junyan Qin
2024-10-14 18:52:28 +08:00
parent 0dd74c825b
commit 231dca956d
8 changed files with 213 additions and 13 deletions

View File

@@ -8,11 +8,13 @@
import vuetify from './vuetify'
import router from '@/router'
import store from '@/store'
import axios from 'axios'
export function registerPlugins (app) {
app
.use(vuetify)
.use(router)
.use(store)
app.config.globalProperties.$axios = axios
}