mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-08 06:09:44 +08:00
fix(ShareSheet): overlayStyle type should be String
This commit is contained in:
parent
8c4a992f09
commit
8c408e2303
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"navigationBarTitleText": "Card 商品卡片"
|
"navigationBarTitleText": "ShareSheet 分享面板"
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ VantComponent({
|
|||||||
// whether to show popup
|
// whether to show popup
|
||||||
show: Boolean,
|
show: Boolean,
|
||||||
// overlay custom style
|
// overlay custom style
|
||||||
overlayStyle: Object,
|
overlayStyle: String,
|
||||||
// z-index
|
// z-index
|
||||||
zIndex: {
|
zIndex: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user