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

@@ -29,6 +29,7 @@ const data = reactive<TGApp.Component.Snackbar.Params>({
text: "",
});
const show = ref<boolean>(false);
// eslint-disable-next-line no-undef
let timer: NodeJS.Timeout;
onMounted(() => {