feat(AddressEdit): detail-rows、detail-maxlength can be string

This commit is contained in:
陈嘉涵
2020-01-28 21:39:15 +08:00
parent 8a679079fb
commit 5f253aa888
4 changed files with 8 additions and 8 deletions

View File

@@ -53,11 +53,11 @@ export default createComponent({
default: true,
},
detailRows: {
type: Number,
type: [Number, String],
default: 1,
},
detailMaxlength: {
type: Number,
type: [Number, String],
default: 200,
},
addressInfo: {