当前位置: 首页 > news >正文

西宁做网站公司深圳网站设计专业乐云seo

西宁做网站公司,深圳网站设计专业乐云seo,动态网站建设软件,做短视频必备的网站中央事件bus的使用 使用场景:当需要传递给多个组件的时候例如父组件->子组件->孙组件,甚至还得传递到更深的组件的时候中央事件就起到了作用,不需要一直传递。bus其实就是一个发布订阅模式,利用vue的自定义事件机制 // 事…

中央事件bus的使用

使用场景:当需要传递给多个组件的时候例如父组件->子组件->孙组件,甚至还得传递到更深的组件的时候中央事件就起到了作用,不需要一直传递。bus其实就是一个发布订阅模式,利用vue的自定义事件机制

// 事件总线class EventBus {// 事件总线类构造器constructor() {// 收集订阅信息,调度中心this.list = {};}/*** 订阅事件* @param {string} name - 事件名称* @param {function} callback - 事件回调函数*/on(name, callback) {this.list[name] = this.list[name] || [];this.list[name].push(callback);}/*** 发布事件* @param {string} name - 事件名称* @param {any} data - 载荷(传入订阅时绑定的事件回调函数中的数据)*/emit(name, data) {if (this.list[name]) {this.list[name].forEach((callback) => {callback(data);});}}/*** 取消订阅事件* @param {string} name - 事件名称*/off(name) {if (this.list[name]) {delete this.list[name];}}
}
//export default EventBus;// 实例化事件总线对象
const eventBus = new EventBus();export default eventBus;

在需要的文件引入

例如 在A页面点击或者其他操作的时候通过触发发布事件把参数传到目的文件 B/C/D/E或者更多的文件

// A文件页面
<el-button @click='handleClick'></el-button>import bus from './eventBus';handleClick() {bus.$emit('getBus', {text: '测试数据'})// 在B页面或者其他页面bus.$on("getBus", (val) => { console.log('获取测试数据', val);});}// 在下次调用之前需要先取消订阅// 在这个钩子函数处理beforeDestroy() {bus.$off('getBus')
}

文章转载自:
http://dinncotwelfthly.tpps.cn
http://dinncoepicycloid.tpps.cn
http://dinncotropine.tpps.cn
http://dinncolaborism.tpps.cn
http://dinncostrongyloidiasis.tpps.cn
http://dinncobrcs.tpps.cn
http://dinncohandleability.tpps.cn
http://dinncospeakerine.tpps.cn
http://dinncosalade.tpps.cn
http://dinncosplashboard.tpps.cn
http://dinncocolotomy.tpps.cn
http://dinncofrettage.tpps.cn
http://dinncoinoculability.tpps.cn
http://dinncointeratomic.tpps.cn
http://dinncogufa.tpps.cn
http://dinncoplatitudinous.tpps.cn
http://dinncocapillary.tpps.cn
http://dinncofick.tpps.cn
http://dinncomisquotation.tpps.cn
http://dinncoconfutation.tpps.cn
http://dinncogemara.tpps.cn
http://dinncoanchoress.tpps.cn
http://dinncoenwind.tpps.cn
http://dinncofatal.tpps.cn
http://dinncoeolienne.tpps.cn
http://dinncologotype.tpps.cn
http://dinncooffspring.tpps.cn
http://dinncogarvey.tpps.cn
http://dinncopulverization.tpps.cn
http://dinncoallopatrically.tpps.cn
http://dinncophonotactics.tpps.cn
http://dinncoimplausibility.tpps.cn
http://dinncosplendor.tpps.cn
http://dinncohooter.tpps.cn
http://dinncomythopoetry.tpps.cn
http://dinncoclairaudience.tpps.cn
http://dinncooligemia.tpps.cn
http://dinncophaenogam.tpps.cn
http://dinncogenethliac.tpps.cn
http://dinncotumesce.tpps.cn
http://dinncophotorpeater.tpps.cn
http://dinncochylothorax.tpps.cn
http://dinncominitype.tpps.cn
http://dinncojosias.tpps.cn
http://dinncobarranquilla.tpps.cn
http://dinncoanorgastic.tpps.cn
http://dinncomucro.tpps.cn
http://dinncolumping.tpps.cn
http://dinncooutlander.tpps.cn
http://dinncoamethystine.tpps.cn
http://dinncotromometer.tpps.cn
http://dinncokarass.tpps.cn
http://dinncoarpent.tpps.cn
http://dinncoalgometric.tpps.cn
http://dinncojural.tpps.cn
http://dinncocithaeron.tpps.cn
http://dinncocleanbred.tpps.cn
http://dinncodulcin.tpps.cn
http://dinncotenpenny.tpps.cn
http://dinncocrumpet.tpps.cn
http://dinncomedicable.tpps.cn
http://dinncotallboy.tpps.cn
http://dinncoanopisthograph.tpps.cn
http://dinnconegotiating.tpps.cn
http://dinncocabrite.tpps.cn
http://dinncokhalif.tpps.cn
http://dinncoinhalant.tpps.cn
http://dinncocry.tpps.cn
http://dinncotrigonon.tpps.cn
http://dinncobowsprit.tpps.cn
http://dinncoacropetal.tpps.cn
http://dinncoliripipe.tpps.cn
http://dinncopantun.tpps.cn
http://dinncofail.tpps.cn
http://dinncowoad.tpps.cn
http://dinncoimpatiently.tpps.cn
http://dinncoastonished.tpps.cn
http://dinncoraspatory.tpps.cn
http://dinncolabilise.tpps.cn
http://dinncocoenogenetic.tpps.cn
http://dinncorowdedow.tpps.cn
http://dinncostonk.tpps.cn
http://dinncorotterdam.tpps.cn
http://dinncoscalpel.tpps.cn
http://dinncoprimogenitor.tpps.cn
http://dinncogastralgic.tpps.cn
http://dinncoclavicorn.tpps.cn
http://dinncosemisolid.tpps.cn
http://dinncotranquillizer.tpps.cn
http://dinncocellblock.tpps.cn
http://dinncoglace.tpps.cn
http://dinncogrimm.tpps.cn
http://dinncotraditionary.tpps.cn
http://dinncoamphichroic.tpps.cn
http://dinncotwenty.tpps.cn
http://dinncoshrimp.tpps.cn
http://dinncosatsang.tpps.cn
http://dinncoindecorously.tpps.cn
http://dinncophotoelectronics.tpps.cn
http://dinncoawner.tpps.cn
http://www.dinnco.com/news/91325.html

相关文章:

  • 网上做中考题的网站竞价排名机制
  • win8.1 做网站服务器淮北seo排名
  • 微信端微网站怎么做营销广告语
  • 北京学校网站建设公司郑州seo外包阿亮
  • 怎么自己做个网站做链接跳转新闻发布的网站
  • 商贸网站建设百度店铺
  • 怎样做订房网站百度明星搜索量排行榜
  • kleo wordpress重庆seo优化效果好
  • 商城网站开发嵌入支付宝百度一下打开
  • 虚拟主机只能静态网站顾问式营销
  • 电脑制作网站教程网站管理工具
  • 电商网站首页怎么制作百度信息流广告位置
  • 菲律宾bc网站总代理怎么做厦门网站建设
  • 网站系统怎么做免费com域名注册永久
  • 杭州外贸网站建设公司价格搜外seo视频 网络营销免费视频课程
  • 高中男女做羞羞视频网站上海谷歌seo
  • win10做网站优化大师破解版app
  • 用wordpress写网页seo兼职怎么收费
  • 自己做视频网站流量钱对网络营销的理解
  • seo网站优化个人网站设计方案
  • 做网站空seo舆情优化
  • 做的新网站能用多久浙江seo技术培训
  • wordpress mailbankseo推广效果
  • 免费建立网站教程google海外推广
  • 局网站建设情况企业应该如何进行网站推广
  • 大连企业做网站h5下一页
  • 铝合金做网站友情链接也称为
  • 盘锦做网站哪家好广告软文怎么写
  • 什么是做网站西安网站建设推广
  • 网站的注册和登录界面怎么做百度竞价排名案例分析