Skip to content

Commit

Permalink
feat: add Page getOpenerEventChannel method
Browse files Browse the repository at this point in the history
fix #71
  • Loading branch information
imyelo committed Jun 20, 2020
1 parent 6020680 commit c287b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layers/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Unit from './unit'

const MINA_PAGE_OPTIONS = ['data', 'onLoad', 'onReady', 'onShow', 'onHide', 'onUnload', 'onPullDownRefresh', 'onReachBottom', 'onShareAppMessage', 'onPageScroll', 'onTabItemTap']
const MINA_PAGE_HOOKS = ['onLoad', 'onReady', 'onShow', 'onHide', 'onUnload', 'onPullDownRefresh', 'onReachBottom', 'onShareAppMessage', 'onPageScroll', 'onTabItemTap']
const MINA_PAGE_METHODS = ['setData', 'getTabBar']
const MINA_PAGE_METHODS = ['setData', 'getTabBar', 'getOpenerEventChannel']
const MINA_PAGE_ATTRIBUTES = ['data', 'route']

const ADDON_BEFORE_HOOKS = {
Expand Down

0 comments on commit c287b10

Please sign in to comment.