vue父组件通过prop传递的值,在子组件中怎么读?mounthed中输出内容为空props:['data','deleteInvisible'],mounted(){console.log('bbbbbb',this.data);//现在输出内容为空怎么回事?}, 查看完整描述