This commit is contained in:
dap
2025-04-16 21:33:11 +08:00
9 changed files with 60 additions and 17 deletions

View File

@@ -186,7 +186,7 @@ const getAppendTo = computed(() => {
});
const getForceMount = computed(() => {
return !unref(destroyOnClose);
return !unref(destroyOnClose) && unref(firstOpened);
});
function handleClosed() {