feat: 添加快捷指令功能
This commit is contained in:
@@ -529,7 +529,7 @@ onMounted(() => {
|
||||
watchEffect((onCleanup) => {
|
||||
let unregisterSuccess: (() => void) | undefined;
|
||||
let unregisterError: (() => void) | undefined;
|
||||
let timeoutId: number | undefined;
|
||||
let timeoutId: NodeJS.Timeout | undefined; // 修正类型为 NodeJS.Timeout
|
||||
|
||||
const cleanupListeners = () => {
|
||||
unregisterSuccess?.();
|
||||
|
||||
Reference in New Issue
Block a user