vue父組件向子組件發送事件請求

子組件:child.vuejavascript { methods: { setValue(value) { this.value = value; } } } 父組件:parent.vuehtml <template> <div> <button @click="addValue(1)"></button>
相關文章
相關標籤/搜索