国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

vue使用$emit時(shí),父組件無法監(jiān)聽到子組件的事件實(shí)例

2024-05-06 15:21:29
字體:
供稿:網(wǎng)友

vue使用$emit時(shí),父組件無法監(jiān)聽到子組件的事件的原因是$emit傳入的事件名稱只能使用小寫,不能使用大寫的駝峰規(guī)則命名

<div id="counter-event-example">  <p>{{ total }}</p>  <button-counter v-on:ee="incrementTotal"></button-counter>  <button-counter v-on:eEvent="incrementTotal"></button-counter>  <child ref="cmpSelect" v-on:ee="incrementTotal" option-api-url="/api/admin/cms/cmsCategory/getOptions.do"></child> </div> <script>  Vue.component('button-counter', {   template: '<button v-on:click="increment">{{ counter }}</button>',   data: function () {    return {     counter: 0    }   },   methods: {    increment: function () {     this.counter += 1     this.$emit('ee', this.counter);//有效     this.$emit('eEvent', this.counter);//無效,不能使用大寫的駝峰規(guī)則命名    }   },  })  new Vue({   el: '#counter-event-example',   data: {    total: '點(diǎn)擊下面的按鈕'   },   methods: {    incrementTotal: function (b) {     this.total = b;    }   }  }) </script>

以上這篇vue使用$emit時(shí),父組件無法監(jiān)聽到子組件的事件實(shí)例就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持錯(cuò)新站長(zhǎng)站。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 武汉市| 泽普县| 秦皇岛市| 阿合奇县| 肥乡县| 和平区| 明光市| 固原市| 若尔盖县| 大同市| 金门县| 屯昌县| 尼玛县| 唐山市| 阜新市| 康保县| 连南| 华宁县| 尼玛县| 长治县| 简阳市| 巴青县| 常熟市| 湘西| 扎鲁特旗| 永胜县| 黄山市| 盐亭县| 尤溪县| 茶陵县| 固阳县| 汤原县| 宁都县| 井陉县| 恭城| 招远市| 古浪县| 金寨县| 榆林市| 霍林郭勒市| 曲松县|