fix(Button): should not have click feedback when loading

This commit is contained in:
陈嘉涵
2020-01-11 08:20:12 +08:00
parent 0b5d0bd74d
commit 0a70d34412
4 changed files with 6 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ function Button(
props.size,
{
plain,
loading,
disabled,
hairline,
block: props.block,