赞
踩
- // 组件A
-
- methods:{
- test(value){
- this.$bus.$emit('queryProjectInfo',value);
- },
- }
-
- // 组件B
-
- mounted(){
- this.$bus.$on('queryProjectInfo',this.queryProjectInfo);
- },
- beforeDestroy(){
- console.log("组件A被销毁】】】】】");
- this.$bus.$off('queryProjectInfo');
- },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。