revert: enterButton type
parent
0a5dd6f89b
commit
e7817c5ffa
|
@ -20,7 +20,7 @@ export default {
|
||||||
default: 'ant-input',
|
default: 'ant-input',
|
||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
enterButton: PropTypes.any,
|
enterButton: PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.object]),
|
||||||
},
|
},
|
||||||
model: {
|
model: {
|
||||||
prop: 'value',
|
prop: 'value',
|
||||||
|
|
Loading…
Reference in New Issue