vue兄弟组件通讯$emit,$on

使用bus事件中心(空的vue对象; 方便起见: 新建文件bus.js文件vue import Vue from 'Vue'; export default new Vue(); 兄弟组件1 <template> <div> <button @click="sendmsgToMyBrother">向我兄弟传值</button> </div> </template>
相关文章
相关标签/搜索