beforeDestroy
-
vue事件中切换页面时清除定时器
放在事件下边 this.$once(‘hook:beforeDestroy’, () => { clearInterval(timer); …
-
vue 父子组件生命周期执行顺序
挂载阶段 执行顺序为: 父beforeCreate -> 父created -> 父beforeMount -> 子beforeCreate -> 子cre…
放在事件下边 this.$once(‘hook:beforeDestroy’, () => { clearInterval(timer); …
挂载阶段 执行顺序为: 父beforeCreate -> 父created -> 父beforeMount -> 子beforeCreate -> 子cre…