事件广播

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);
}
},


posted @ 2018-05-11 14:58  一叶*秋  阅读(161)  评论(0编辑  收藏  举报

博客侧边栏公告广告位招租