答案就是使用ref即可。
<countdown ref="countdown"></countdown>
beforeDestroy () {
// 切换页面时消灭计时器
this.$refs.countdown.clearTimer()
}
答案就是使用ref即可。
<countdown ref="countdown"></countdown>
beforeDestroy () {
// 切换页面时消灭计时器
this.$refs.countdown.clearTimer()
}