You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
created: function() {
// It's not being triggering.
this.$on('closed-automatically', function(value) {
console.log('Got it !')
})
}
The text was updated successfully, but these errors were encountered:
uday-appam
changed the title
Not able to catch the events 'closed-by-user', 'closed-automatically'
'closed-by-user', 'closed-automatically' events were not being triggered
Nov 8, 2017
Hi,
'closed-by-user', 'closed-automatically' events were not being triggered on the parent component
Following is my HTML,
Trying to catch the event like this.
The text was updated successfully, but these errors were encountered: