chore: lint

This commit is contained in:
Outvi V 2025-06-03 00:41:17 +08:00
parent fd22f5770d
commit 66e9e25dda

View file

@ -66,7 +66,7 @@ watch(id, async () => {
return () => { return () => {
window.clearTimeout(timeoutId); window.clearTimeout(timeoutId);
} };
}, { }, {
immediate: true, immediate: true,
}); });