vue父组件向子组件发送事件请求

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