mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
ExpressWay: remove option props type check
This commit is contained in:
parent
9eed1b1f85
commit
fc1fac76a9
@ -25,14 +25,8 @@ export default {
|
||||
},
|
||||
|
||||
props: {
|
||||
currentExpressWay: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
data: {
|
||||
type: Object,
|
||||
required: true
|
||||
}
|
||||
data: Object,
|
||||
currentExpressWay: Number
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user