vue-flash-message icon indicating copy to clipboard operation
vue-flash-message copied to clipboard

Cannot read property 'destroy' of undefined

Open kevinkiel opened this issue 4 years ago • 0 comments

ui.click | button.flash__close-button[type="button"] > span

exception | TypeError: Cannot read property 'destroy' of undefined

{snip} this.storage[e]},destroyFlash:function(e){this.getFlash(e).destroy()},onMouseOver:function(e){var t=this.getFlash(e);void 0!==t&&t.onStartI {snip}

kevinkiel avatar May 06 '20 06:05 kevinkiel