Date add transfer prop
This commit is contained in:
parent
595cfa72fe
commit
ecaf8d51e0
6 changed files with 71 additions and 38 deletions
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<transition :name="transitionName">
|
||||
<Drop
|
||||
:class="{ [prefixCls + '-dropdown-transfer']: transfer }"
|
||||
:class="dropdownCls"
|
||||
v-show="dropVisible"
|
||||
:placement="placement"
|
||||
ref="dropdown"
|
||||
|
@ -157,6 +157,12 @@
|
|||
}
|
||||
];
|
||||
},
|
||||
dropdownCls () {
|
||||
return {
|
||||
[prefixCls + '-dropdown-transfer']: this.transfer,
|
||||
[prefixCls + '-multiple']: this.multiple && this.transfer
|
||||
};
|
||||
},
|
||||
showPlaceholder () {
|
||||
let status = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue