diff --git a/docs/component/uniui/uni-data-select.md b/docs/component/uniui/uni-data-select.md index d1d02d3e22287a52fa1d8429e2fc7353449d08a8..e91a9555a2f917ae53156a189ab19e0cba29d783 100644 --- a/docs/component/uniui/uni-data-select.md +++ b/docs/component/uniui/uni-data-select.md @@ -95,7 +95,7 @@ export default { | clear | Boolean | - | - | 是否可以清空已选项 | | label | String | | | 左侧标题 | | placeholder | String | - | 请选择 | 输入框的提示文字 | -| emptyText | String | - | 暂无数据 | 没有数据时显示的文字 ,本地数据无效 | +| emptyTips | String | - | 暂无数据 | 没有数据时显示的文字 ,本地数据无效 | #### DataCom Props