VUE教程 vue组件通信、传值xiaoqi 发布于 2018-09-17父子组件传参: 1.父传子: 父组件:<div msg=’hello son’></div> 子组件:<child>{{msg}}</child> // […]标签:vue / 组件