Merge branch 'feat-1.4.0' of https://github.com/vueComponent/ant-design-vue into feat-1.4.0

pull/1162/head
tangjinzhou 2019-09-03 22:49:37 +08:00
commit 508bc33cfa
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const CascaderProps = {
/** 是否支持清除*/
allowClear: PropTypes.bool.def(true),
showSearch: PropTypes.oneOfType([Boolean, ShowSearchType]),
notFoundContent: PropTypes.an,
notFoundContent: PropTypes.any,
loadData: PropTypes.func,
/** 次级菜单的展开方式,可选 'click' 和 'hover' */
expandTrigger: CascaderExpandTrigger,