fix: cascader prop notFoundContent type typo (#1150)

pull/1162/head
zkwolf 2019-09-03 17:36:50 +08:00 committed by tangjinzhou
parent 6ae2a193f6
commit 1469f03011
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,