feat(Grid): add icon-size prop (#4656)

This commit is contained in:
neverland
2019-10-07 18:00:45 +08:00
committed by GitHub
parent 307e9d3c7b
commit 39af08170c
6 changed files with 31 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ export default createComponent({
props: {
square: Boolean,
gutter: [Number, String],
iconSize: [Number, String],
clickable: Boolean,
columnNum: {
type: Number,