码迷,mamicode.com
首页 > 其他好文 > 详细

事件广播

时间:2018-05-11 15:38:08      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:his   not   function   cli   efs   UNC   v-on   child   eth   

1.父组件

<button v-on:click="notify">广播事件</button>
<juesefenpei ref="child"></juesefenpei>
  methods: {
notify: function () {
this.$refs.child.parentMsg(‘boonook‘);
},
}

2.子组件
methods:{
parentMsg: function (a) {
alert(a);
}
},


事件广播

标签:his   not   function   cli   efs   UNC   v-on   child   eth   

原文地址:https://www.cnblogs.com/boonook/p/9024682.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!