fix(ShareSheet): overlayStyle type should be String

This commit is contained in:
chenjiahan 2021-08-18 11:37:21 +08:00
parent 8c4a992f09
commit 8c408e2303
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"navigationBarTitleText": "Card 商品卡片"
"navigationBarTitleText": "ShareSheet 分享面板"
}

View File

@ -5,7 +5,7 @@ VantComponent({
// whether to show popup
show: Boolean,
// overlay custom style
overlayStyle: Object,
overlayStyle: String,
// z-index
zIndex: {
type: Number,