This commit is contained in:
梁灏 2018-01-19 18:18:20 +08:00
parent bb49347b35
commit 96c0c8ae97
2 changed files with 8 additions and 1 deletions

View file

@ -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