feat(List): offset can be string

This commit is contained in:
陈嘉涵
2020-01-29 15:15:19 +08:00
parent 1af1f4ac4f
commit b32705cf93
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export default createComponent({
default: true,
},
offset: {
type: Number,
type: [Number, String],
default: 300,
},
direction: {