51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

最新发布

vue中setTimeout无法通过clearTimeout清除问题
开发笔记

vue中setTimeout无法通过clearTimeout清除问题

厉飞雨 阅读(77) 评论(0) 赞(9)

![](/images/tt/vue.jpg) 在异步清除中,利用vue 中data存放setTimeout的标识进行清除时,无法清除。则需要在函数前加上window.即可 **如window.setTimeout与window.clearTimeout** 具体代码如下 精简后的代码。 环境为electron-vue 渲染进程异步获取主进程上html并渲染到页面、过...