feat(Swipe): some props can be string
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ export default createComponent({
|
||||
scrollable: Boolean,
|
||||
activeColor: String,
|
||||
inactiveColor: String,
|
||||
swipeThreshold: Number,
|
||||
swipeThreshold: [Number, String],
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user