非props

可以快速上手的开发文档

#非props

Vue 组件参数校验与非props特性的方法

子组件接收父组件的参数的时候,props注册接收的参数props:['count']子组件可以对接收的参数..