Skip to content

Commit

Permalink
fix: 拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Apr 9, 2018
1 parent db95753 commit 36e3624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/area-cascader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class AreaCascader extends React.Component {

static propTypes = {
type: PropTypes.oneOf(['code', 'text', 'all']), // 返回类型
placeholders: PropTypes.string,
placeholder: PropTypes.string,
level: PropTypes.oneOf([0, 1]), // 0->二联 1->三联
size: PropTypes.oneOf(['small', 'medium', 'large']), // 大小
defaultArea: PropTypes.array, // 默认值
Expand Down

0 comments on commit 36e3624

Please sign in to comment.