🚨 Fix tsc check
This commit is contained in:
parent
0b24b7cc05
commit
9039dfb34e
@ -78,7 +78,7 @@ onMounted(() => {
|
||||
}
|
||||
})
|
||||
})
|
||||
onUnmounted(() => refresher.destory())
|
||||
onUnmounted(() => refresher.destroy())
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
@ -137,7 +137,7 @@ onMounted(() => {
|
||||
}
|
||||
})
|
||||
})
|
||||
onUnmounted(() => refresher.destory())
|
||||
onUnmounted(() => refresher.destroy())
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
Reference in New Issue
Block a user