vue-toast-mobile icon indicating copy to clipboard operation
vue-toast-mobile copied to clipboard

这段代码疑问

Open huangxiaoye opened this issue 8 years ago • 1 comments

let removeDom = event => { if (event.target.parentNode) { event.target.parentNode.removeChild(event.target); } }; 冒昧的问一句,在移除event.target之前,是不是应该把它上面注册的事件监听器(事件transitioned)先移除掉?

huangxiaoye avatar Dec 15 '16 15:12 huangxiaoye

元素都移除了 元素的属性/事件自然移除了

u3u avatar Dec 16 '16 02:12 u3u