AutoComplete add transferClassName prop
This commit is contained in:
parent
178da724e6
commit
a0e78c8b34
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
:size="size"
|
||||
:placement="placement"
|
||||
:value="currentValue"
|
||||
:transfer-class-name="transferClassName"
|
||||
filterable
|
||||
remote
|
||||
auto-complete
|
||||
|
@ -104,6 +105,9 @@
|
|||
},
|
||||
elementId: {
|
||||
type: String
|
||||
},
|
||||
transferClassName: {
|
||||
type: String
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Reference in a new issue