🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
1. props 属性传参 父传子:通过属性传参,子组件在 props中拿到 子传父:通过事件传参,$emit触发父组件的事件 2. vuex传参: this.$store.state.obj 改变 state,dispatch action中的方法,commit mutation getter监听state中的数据