From 95c353de63fd927ba1b39232fbbf28762501e2b5 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Thu, 4 Aug 2016 09:23:10 +0800 Subject: [PATCH] docs: sync, ref: #2609 --- components/transfer/demo/basic.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/transfer/demo/basic.md b/components/transfer/demo/basic.md index 1bafd395bb..f18402ba4a 100644 --- a/components/transfer/demo/basic.md +++ b/components/transfer/demo/basic.md @@ -7,11 +7,9 @@ title: ## zh-CN -最基本的用法。 +最基本的用法,展示了 `dataSource`、`targetKeys`、每行的渲染函数 `render` 以及回调函数 `onChange` 的用法。 -## en-US - -Basic Usage +## en-US The most basic usage of `Transfer` involves providing the source data and target keys arrays, plus the rendering and change callback functions.