标签: Vue组件
thumbnail
Vue

Vue组件通信

父组件传递参数给子组件 父组件通过import + component写入子组件,然后v-bind绑定数据,子组件通过props接收 思路 父:自定义属性名 + 数据(要传递)=>……