mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
ExpressWay: remove option props type check
This commit is contained in:
@@ -25,14 +25,8 @@ export default {
|
||||
},
|
||||
|
||||
props: {
|
||||
currentExpressWay: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
data: {
|
||||
type: Object,
|
||||
required: true
|
||||
}
|
||||
data: Object,
|
||||
currentExpressWay: Number
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user