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

Commit

Permalink
fix: pageEvent 新增 onShareTimeline 类型 (#1425)
Browse files Browse the repository at this point in the history
Co-authored-by: WuJun <[email protected]>
  • Loading branch information
wujun4code and WuJun authored Dec 8, 2020
1 parent fb6f944 commit 02558e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remax-macro/src/macro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type PageEventName =
| 'onReachBottom'
| 'onPageScroll'
| 'onShareAppMessage'
| 'onShareTimeline'
| 'onTitleClick'
| 'onOptionMenuClick'
| 'onPopMenuClick'
Expand All @@ -35,6 +36,7 @@ type AppEventName =
| 'onHide'
| 'onError'
| 'onShareAppMessage'
| 'onShareTimeline'
| 'onPageNotFound'
| 'onUnhandledRejection'
| 'onThemeChange';
Expand Down

1 comment on commit 02558e2

@vercel
Copy link

@vercel vercel bot commented on 02558e2 Dec 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.