组件的格式写法
模板里的arr
在components 里创建 tagNode
没有functional :true. 取模板里的status 用this.status
有functional :true
取status 不用写props. 直接用runder函数的第二个参数 ctx.props.status
组件的格式写法
模板里的arr
在components 里创建 tagNode
没有functional :true. 取模板里的status 用this.status
有functional :true
取status 不用写props. 直接用runder函数的第二个参数 ctx.props.status