Example: vuejs change prop value //In your component (here TaskTemplate.vue) methods: { add() { this.$emit('add-counter', this.taskId); } } //In App.vue.
確定! 回上一頁