企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
1. props 属性传参 父传子:通过属性传参,子组件在 props中拿到 子传父:通过事件传参,$emit触发父组件的事件 2. vuex传参: this.$store.state.obj 改变 state,dispatch action中的方法,commit mutation getter监听state中的数据