fixed #2803
This commit is contained in:
parent
bb49347b35
commit
96c0c8ae97
2 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
:clearable="clearable"
|
||||
:placeholder="placeholder"
|
||||
:size="size"
|
||||
:placement="placement"
|
||||
filterable
|
||||
remote
|
||||
auto-complete
|
||||
|
@ -80,6 +81,12 @@
|
|||
type: [Function, Boolean],
|
||||
default: false
|
||||
},
|
||||
placement: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['top', 'bottom']);
|
||||
},
|
||||
default: 'bottom'
|
||||
},
|
||||
transfer: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue