diff --git a/components/iconfont/index.md b/components/iconfont/index.md index b315331b55..50fe6f5cc3 100644 --- a/components/iconfont/index.md +++ b/components/iconfont/index.md @@ -32,7 +32,7 @@ 使用 标签申明组件,设置对应的 type 设置需要渲染的图标,示例代码如下: ```html - + ``` > 点击图标复制代码。 @@ -590,7 +590,7 @@ $(function() { $('.anticons-list li').each(function(i, item) { var client = new ZeroClipboard(item); client.on( "copy", function (event) { - client.setText(''); + client.setText(''); }); client.on( "ready", function( readyEvent ) { client.on( "aftercopy", function( event ) {