feat(Swipe): some props can be string

This commit is contained in:
陈嘉涵
2020-01-31 10:15:34 +08:00
parent 526202cc40
commit 5e658b08ce
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export default createComponent({
scrollable: Boolean,
activeColor: String,
inactiveColor: String,
swipeThreshold: Number,
swipeThreshold: [Number, String],
},
computed: {