0👍
Add .bind(this)
setTimeout(() => {
this.$emit('changed', this.propName, this.value);
}, 1900).bind(this)
- [Vuejs]-Duplicate a select element and dynamically add v-model
- [Vuejs]-Pass computed property as method parameter?
Source:stackexchange.com