🚨 忽略 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

@@ -66,6 +66,7 @@ const jsonData = ref<TGApp.Plugins.Mys.Lottery.FullData>();
const timeStatus = ref<string>("未知");
const upWay = ref<string>("未知");
// eslint-disable-next-line no-undef
let timer: NodeJS.Timeout | undefined = undefined;
const visible = computed({