1. 父传子 props 1.1 父组件代码:(传递数据) <Child :msg='msg'></Child> 1.2 子组件代码:(接收数据) props: ['msg'] // 或者 props:{