Skip to content

Commit

Permalink
fix(ShareSheet): overlayStyle type should be String
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Aug 18, 2021
1 parent 8c4a992 commit 8c408e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pages/share-sheet/index.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"navigationBarTitleText": "Card 商品卡片"
"navigationBarTitleText": "ShareSheet 分享面板"
}
2 changes: 1 addition & 1 deletion packages/share-sheet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VantComponent({
// whether to show popup
show: Boolean,
// overlay custom style
overlayStyle: Object,
overlayStyle: String,
// z-index
zIndex: {
type: Number,
Expand Down

0 comments on commit 8c408e2

Please sign in to comment.