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