数据驱动、坚持为客户提供有价值的服务和内容
父组件向子组件传值
properties: { childParams: { type: String } }
子组件调用父组件方法
父组件定义方法,chi