Vue入門-子組件向父組件通訊與父組件調用子組件中的方法

子組件向父組件通訊html 子組件的button按鈕綁定點擊事件,事件方法名爲sendToParent(),vue 該方法在子組件的methods中聲明,實現功能this.$emit('cus-event',this.msg);npm 在父組件引入子組件,並給cus-event事件綁定doAction($event)方法,該方法中this.msg = e;console.log(e),app 而m
相關文章
相關標籤/搜索