dcloudio / uni-ui

基于uni-app的、全端兼容的、高性能UI框架

Home Page:https://uniapp.dcloud.io/component/uniui/uni-ui.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

titleBorder注释有误,应该是String类型

aqz236 opened this issue · comments

commented

* @property {Boolean} titleBorder = [true|false] 是否显示标题分隔线

titleBorder注释有误,应该是String类型

		// 标题分隔线显示类型
		titleBorder: {
			type: String,
			default: 'auto'
		},
commented

感谢反馈,现已更正,下次版本更新时会带上