mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +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
|
||||
show: Boolean,
|
||||
// overlay custom style
|
||||
overlayStyle: Object,
|
||||
overlayStyle: String,
|
||||
// z-index
|
||||
zIndex: {
|
||||
type: Number,
|
||||
|
Loading…
x
Reference in New Issue
Block a user