feat: add vxe-table

This commit is contained in:
xingyu
2022-10-19 17:10:19 +08:00
parent 2fcbee0400
commit 4e415486eb
6 changed files with 201 additions and 3 deletions

View File

@ -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)