组件
- view:类比HTML中的div标签和p标签
text:类比HTML中的span标签
- selectable:文档是否可选
- decode:是否解码 decode可以解析的有 nbsp /lt/gt/amp/apos/ensp/emsp
button
- type:primary/default/warn
- form-type:submit/reset
- open-type:getUserInfo/getPhoneNumber/contact
checkbox
- 复选按钮
- 具有开闭标签,可以在开闭标签内写上复选文字内容
- value:可以填入真实的值
- 如果要实现单选必须配合checkbox-group使用,checkbox标签要包裹在checkbox-group中使用
radio
- 单选按钮
- 具有开闭标签,可以在开闭标签内写上单选文字内容
- value:可以填入真实的值
- 如果要实现单选必须配合radio-group使用,radio标签要包裹在radio-group中使用
block
- 标签块,其本身不会被渲染到页面中,只有其内部的标签会被渲染
Last modification:December 18, 2020
© Allow specification reprint
Comment here is closed