revert: enterButton type
parent
b771fd1508
commit
28b5193b84
|
@ -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