升级element版本 修改icon

This commit is contained in:
piexlmax
2021-12-10 19:07:15 +08:00
parent 255dba330d
commit 8791206a5c
33 changed files with 1402 additions and 924 deletions

View File

@@ -16,6 +16,7 @@ import { store } from '@/store/index'
import App from './App.vue'
const app = createApp(App)
app.config.productionTip = false
app.use(run)
.use(auth)
.use(store)