摘要: 组件通信 父子 props $refs $children (无法保证顺序) 子父 $emit @XX 兄弟 $parent $root 祖代后代 (一般用于组件库开发 参考--Vue 依赖注入 - Provide/Inject provide inject 没关系 $bus Vuex 插槽 匿名插 阅读全文
posted @ 2021-05-27 19:47 -1-%30 阅读(56) 评论(0) 推荐(0)
摘要: Spublic.js let Vue const testFun = (e) =>{ console.log(e,"OK") } function install(_Vue) { Vue = _Vue Vue.mixin({ beforeCreate(){ if(this.$options.Song 阅读全文
posted @ 2021-05-27 14:03 -1-%30 阅读(672) 评论(0) 推荐(0)
摘要: 11 阅读全文
posted @ 2021-05-27 11:31 -1-%30 阅读(21) 评论(0) 推荐(0)