摘要: 页面中设置了定时器,如果组件销毁是没有关闭定时器,他还会一直执行,会非常耗性能,所以需要及时关闭定时器。 activated,deactivated生命周期的用法 关闭定时器 vue项目中,正常情况下,我们在生命周期 destroyed 中关闭即可,一旦页面中使用了keep-alive 进行缓存,此 阅读全文
posted @ 2021-06-08 15:47 JackieDYH 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 01 为元素添加on方法 Element.prototype.on = Element.prototype.addEventListener; NodeList.prototype.on = function (event, fn) {、 []['forEach'].call(this, funct 阅读全文
posted @ 2021-06-08 10:28 JackieDYH 阅读(11) 评论(0) 推荐(0) 编辑