Skip to content

Commit

Permalink
fix: fix loading type in ButtonProps (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan authored and luckyadam committed Dec 11, 2018
1 parent eb70459 commit 65efa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/types/Button.d.ts
Expand Up @@ -39,7 +39,7 @@ interface ButtonProps extends StandardProps {
*
* 默认值:`false`
*/
loading?: false,
loading?: boolean,

/**
* 用于 `<form/>` 组件,点击分别会触发 `<form/>` 组件的 submit/reset 事件
Expand Down

0 comments on commit 65efa56

Please sign in to comment.