fix: tenant style

This commit is contained in:
xingyu4j
2025-06-22 16:22:16 +08:00
parent 37c5e41bcf
commit 24f2f5958d
3 changed files with 32 additions and 17 deletions

View File

@@ -63,6 +63,7 @@ const [Modal, modalApi] = useVbenModal({
});
// TODO xingyu 暴露 modalApi 给父组件是否合适? trigger-node-config.vue 会有多个 conditionDialog 实例
// 不用暴露啊,用 useVbenModal 就可以了
defineExpose({ modalApi });
</script>
<template>