mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
💄 先把所有用到 loading 的给转了一下
This commit is contained in:
@@ -54,14 +54,14 @@ watch(
|
||||
(v) => {
|
||||
if (v) {
|
||||
showOut.value = true;
|
||||
setTimeout(() => {
|
||||
showIn.value = true;
|
||||
}, 0);
|
||||
} else {
|
||||
showIn.value = false;
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
showIn.value = false;
|
||||
}, 100);
|
||||
setTimeout(() => {
|
||||
showOut.value = false;
|
||||
}, 200);
|
||||
}, 300);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user