mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
fix: 修复应用配置框未弹出问题 (#16934)
This commit is contained in:
@@ -98,7 +98,7 @@ const DeResourceGroupOpt = defineAsyncComponent(
|
||||
() => import('@/views/common/DeResourceGroupOpt.vue')
|
||||
)
|
||||
|
||||
const DeAppApply = defineAsyncComponent(() => import('@/views/common/DeAppApply.vue'))
|
||||
import DeAppApply from '@/views/common/DeAppApply.vue'
|
||||
|
||||
const multiplexingRef = ref(null)
|
||||
const fullScreeRef = ref(null)
|
||||
|
||||
Reference in New Issue
Block a user