doc: [Transfer] basic demo codes issue (#1112)

* fix transfer basic demo issue

* typo
pull/1143/head
刘彦博 2019-08-22 13:55:56 +08:00 committed by tangjinzhou
parent 62e3c4b73a
commit f32771d281
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ The most basic usage of `Transfer` involves providing the source data and target
:disabled="disabled"
/>
<a-switch
unCheckedChildren="disabled"
unCheckedChildren="enabled"
checkedChildren="disabled"
:checked="disabled"
@change="handleDisable"