fixed bug of Transfer when no slot

fixed bug of Transfer when no slot
This commit is contained in:
梁灏 2017-03-15 18:56:37 +08:00
parent 7c2ed52c61
commit 84a8a413aa
3 changed files with 79 additions and 79 deletions

View file

@ -11,7 +11,7 @@
<Form-item prop="user">
<Input v-model="formInline.user"></Input>
</Form-item>
<Form-item>
<Form-item prop="targetKeys1">
<Transfer
:data="formInline.data1"
:target-keys="formInline.targetKeys1"