0👍
I think your component doesn’t emit an updateTask
event.
Add this to the method that you want to fire the event: this.$emit('updateTask');
- [Vuejs]-Should I use a computed property here?
- [Vuejs]-V-Html has "v-on:click" line but rendered as pure HTML
Source:stackexchange.com