🚨 Fix tsc check

This commit is contained in:
LittleSheep 2024-04-05 13:30:57 +08:00
parent 0b24b7cc05
commit 9039dfb34e
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ onMounted(() => {
}
})
})
onUnmounted(() => refresher.destory())
onUnmounted(() => refresher.destroy())
</script>
<style scoped>

View File

@ -137,7 +137,7 @@ onMounted(() => {
}
})
})
onUnmounted(() => refresher.destory())
onUnmounted(() => refresher.destroy())
</script>
<style scoped>