🐛 修正判断条件

This commit is contained in:
BTMuli
2026-01-13 00:23:55 +08:00
parent 1d82ecd319
commit ca0209e40a

View File

@@ -46,7 +46,7 @@ watch(
);
function toClick(): void {
if (!props.outerClose) return;
if (props.outerClose !== undefined && props.outerClose) return;
model.value = false;
}
</script>