fix(组件): 抽屉全屏修复

This commit is contained in:
baiqi 2024-12-18 18:27:20 +08:00 committed by Craftsman
parent aee3732db6
commit dcc62acaf3
1 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,8 @@
fullScreen.value = useFullScreen(topDrawer?.querySelector('.arco-drawer'));
});
}
}
},
{ immediate: true }
);
</script>