首页 > 建站教程 > 前端框架 >  vue this.$once('hook:beforeDestory',()=>{})正文

vue this.$once('hook:beforeDestory',()=>{})

在VUE中,使用下面的方法,可以任何方法中调用这个方法销毁想要销毁的方法,而不用刻意去生命周期函数beforeDestroy中销毁:
this.$once('hook:beforeDestory',()=>{})