fix: 修复 bmp 无法唤起选择用户弹窗的问题

pull/163/head
anjon 2025-07-03 15:46:14 +08:00
parent a86c9e49ab
commit b25f2916fb
1 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,11 @@ const [Modal, modalApi] = useVbenModal({
destroyOnClose: true, destroyOnClose: true,
}); });
defineExpose({
open: modalApi.open,
close: modalApi.close,
});
// //
const leftListState = ref({ const leftListState = ref({
searchValue: '', searchValue: '',