Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(wechat): cover-view
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue committed May 10, 2023
1 parent a7b27ff commit 582135f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface CoverViewProps extends BaseProps {
/** 设置顶部滚动偏移量,仅在设置了 overflow-y: scroll 成为滚动元素后生效 2.1.0 */
scrollTop?: number | string;
markerId?: string;
slot?: string;
}

/**
Expand Down
1 change: 1 addition & 0 deletions packages/remax-wechat/src/hostComponents/CoverView/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const alias = {
className: 'class',
style: 'style',
animation: 'animation',
slot: 'slot',
scrollTop: 'scroll-top',
markerId: 'marker-id',
onTap: 'bindtap',
Expand Down

0 comments on commit 582135f

Please sign in to comment.