docs(DatetimePicker): add version tip

This commit is contained in:
chenjiahan
2020-07-12 14:37:13 +08:00
parent 8b48f8622e
commit 2b22a9d510
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
**Feature**
- DatePicker: add datehour type [#6732](https://github.com/youzan/vant/issues/6732)
- DatetimePicker: add datehour type [#6732](https://github.com/youzan/vant/issues/6732)
- Field: add clear-trigger prop [#6699](https://github.com/youzan/vant/issues/6699)
- Search: add clear-trigger prop [#6700](https://github.com/youzan/vant/issues/6700)
- Uploader: add preview-cover slot [#6707](https://github.com/youzan/vant/issues/6707)
+1 -1
View File
@@ -16,7 +16,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
**Feature**
- DatePicker: 新增 datehour 类型,用于选择年月日和小时 [#6732](https://github.com/youzan/vant/issues/6732)
- DatetimePicker: 新增 datehour 类型,用于选择年月日和小时 [#6732](https://github.com/youzan/vant/issues/6732)
- Field: 新增 clear-trigger 属性,用于控制清除按钮展示时机 [#6699](https://github.com/youzan/vant/issues/6699)
- Search: 新增 clear-trigger 属性,用于控制清除按钮展示时机 [#6700](https://github.com/youzan/vant/issues/6700)
- Uploader: 新增 preview-cover 插槽,用于自定义覆盖在预览区域上方的内容 [#6707](https://github.com/youzan/vant/issues/6707)