vue 父组件通过props向子组件传递方法的方式

vue 组件中的 this vue 中 data/computed/methods 中 this的上下文是vue实例,需注意。例如: 注意,不应该对 data 属性使用箭头函数 (例如data: () => { return { ...