From c681e8acf2380ad297e977cb1fcf1b0cabdbbf52 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Sat, 21 Jan 2017 22:35:42 +0800 Subject: [PATCH] docs: Add backquote to default value --- components/button/index.en-US.md | 2 +- components/button/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/button/index.en-US.md b/components/button/index.en-US.md index 7f90e44075..d2925422a6 100644 --- a/components/button/index.en-US.md +++ b/components/button/index.en-US.md @@ -21,7 +21,7 @@ htmlType | to set the original `type` of `button`, see: [MDN](https://developer. icon | set the icon of button, see: Icon component | string | - shape | can be set to `circle` or omitted | string | - size | can be set to `small` `large` or omitted | string | `default` -loading | to set the loading status of button | boolean | false +loading | to set the loading status of button | boolean | `false` onClick | set the handler to handle `click` event | function | - `` will be rendered into ``, and all the properties which are not listed above will be transferred to the `` 最终会被渲染为 ``,并且除了上表中的属性,其它属性都会直接传到 ``。