vue 子组件监听父组件的简写方式
`:childData.sync = 'fatherData'
vue.$emit('update:childData','111')`

使用参考:https://www.cnblogs.com/wuyuchao/p/9186790.html
`:childData.sync = 'fatherData'
vue.$emit('update:childData','111')`

使用参考:https://www.cnblogs.com/wuyuchao/p/9186790.html