From 37a1e03bc80a848e2ccbaccae4617af6f5b09b3c Mon Sep 17 00:00:00 2001 From: elrrrrrrr Date: Fri, 2 Oct 2015 16:25:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=BF=81=E7=A7=BB=20switch=20iconfont?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/switch/demo/text.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/switch/demo/text.md b/components/switch/demo/text.md index 6d09eeb2f3..4593dac815 100644 --- a/components/switch/demo/text.md +++ b/components/switch/demo/text.md @@ -8,11 +8,12 @@ ````jsx var Switch = antd.Switch; +var Icon = antd.Icon; var container = document.getElementById('components-switch-demo-text'); React.render(
- } unCheckedChildren={} /> + } unCheckedChildren={} />
, container); ````