fix(Button): icon-prefix prop not work (#5947)

This commit is contained in:
neverland
2020-03-30 17:16:07 +08:00
committed by GitHub
parent 6ce940d0db
commit da8212be7d
5 changed files with 21 additions and 4 deletions
+1
View File
@@ -166,6 +166,7 @@ Button.props = {
loading: Boolean,
hairline: Boolean,
disabled: Boolean,
iconPrefix: String,
nativeType: String,
loadingText: String,
loadingType: String,