vxe4.5版本和i18n冲突问题

This commit is contained in:
shizhong
2024-03-13 12:09:14 +08:00
parent 8b8080babe
commit 91c3ac062c
2 changed files with 4 additions and 6 deletions

View File

@ -16,9 +16,6 @@ import { setupGlobCom } from '@/components'
// 引入 element-plus
import { setupElementPlus } from '@/plugins/elementPlus'
// 引入 vxe-table
import { setupVxeTable } from '@/plugins/vxeTable'
// 引入 form-create
import { setupFormCreate } from '@/plugins/formCreate'
@ -57,7 +54,8 @@ const setupAll = async () => {
setupElementPlus(app)
setupVxeTable(app)
const vxeTable = await import('@/plugins/vxeTable')
vxeTable.setupVxeTable(app)
setupFormCreate(app)