mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-19 13:35:07 +08:00
feat: add vxe-table
This commit is contained in:
@ -16,6 +16,9 @@ import { setupGlobCom } from '@/components'
|
||||
// 引入element-plus
|
||||
import { setupElementPlus } from '@/plugins/elementPlus'
|
||||
|
||||
// 引入vxe-table
|
||||
import { setupVxeTable } from '@/plugins/vxeTable'
|
||||
|
||||
// 引入全局样式
|
||||
import '@/styles/index.less'
|
||||
|
||||
@ -44,6 +47,8 @@ const setupAll = async () => {
|
||||
|
||||
setupElementPlus(app)
|
||||
|
||||
setupVxeTable(app)
|
||||
|
||||
setupRouter(app)
|
||||
|
||||
setupAuth(app)
|
||||
|
Reference in New Issue
Block a user