mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-24 05:19:45 +08:00
🐛 修正判断条件
This commit is contained in:
@@ -46,7 +46,7 @@ watch(
|
||||
);
|
||||
|
||||
function toClick(): void {
|
||||
if (!props.outerClose) return;
|
||||
if (props.outerClose !== undefined && props.outerClose) return;
|
||||
model.value = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user