🎨 这个搞错了草

This commit is contained in:
BTMuli
2023-05-25 22:23:28 +08:00
parent 749f68f982
commit e648ed6b59

View File

@@ -54,7 +54,7 @@ watch(
(v) => {
if (v) {
showOut.value = true;
showIn.value = false;
showIn.value = true;
} else {
setTimeout(() => {
showIn.value = false;