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