revert: enterButton type

pull/77/merge
tjz 2018-07-17 22:05:18 +08:00
parent b771fd1508
commit 28b5193b84
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default {
default: 'ant-input',
type: String,
},
enterButton: PropTypes.any,
enterButton: PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.object]),
},
model: {
prop: 'value',