🚨 忽略 NodeJS 的 undef

This commit is contained in:
目棃
2024-05-05 02:50:54 +08:00
parent afa0ba190b
commit 9a3b2ff9b9
3 changed files with 3 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ const visible = computed({
emits("update:modelValue", value);
},
});
// eslint-disable-next-line no-undef
let cycleTimer: NodeJS.Timeout | null = null;
const qrCode = ref<string>("");