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: {
|
props: {
|
||||||
currentExpressWay: {
|
data: Object,
|
||||||
type: Number,
|
currentExpressWay: Number
|
||||||
required: true
|
|
||||||
},
|
|
||||||
data: {
|
|
||||||
type: Object,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user