[bugfix] Grid: gutter can be string type (#3741)

This commit is contained in:
neverland
2019-07-03 17:53:04 +08:00
committed by GitHub
parent 3dd881a84d
commit 46746fff05
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default createComponent({
mixins: [ParentMixin('vanGrid')],
props: {
gutter: Number,
gutter: [Number, String],
square: Boolean,
clickable: Boolean,
columnNum: {