修复自定义指令修改为vue3模式

This commit is contained in:
蒋吉兆
2021-09-04 16:27:46 +08:00
parent e606cc9323
commit d0d13aa287
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ export const asyncRouterHandle = (asyncRouter) => {
asyncRouter.map(item => {
if (item.component) {
item.component = dynamicImport(modules, item.component)
console.log(item.component)
} else {
delete item['component']
}