feat(Button): loading-size prop support number type (#9177)

This commit is contained in:
neverland
2021-08-04 10:21:13 +08:00
committed by GitHub
parent 46cbdfa8ce
commit 85b1f83a9d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export default defineComponent({
hairline: Boolean,
disabled: Boolean,
iconPrefix: String,
loadingSize: String,
loadingSize: [Number, String],
loadingText: String,
loadingType: String as PropType<LoadingType>,
tag: {