提交 2871fc0e 编写于 作者: fxy060608's avatar fxy060608

feat(core): add getMenuButtonBoundingClientRect

上级 4abf0c6c
...@@ -154,7 +154,8 @@ const ui = [ ...@@ -154,7 +154,8 @@ const ui = [
'startPullDownRefresh', 'startPullDownRefresh',
'stopPullDownRefresh', 'stopPullDownRefresh',
'createSelectorQuery', 'createSelectorQuery',
'createIntersectionObserver' 'createIntersectionObserver',
'getMenuButtonBoundingClientRect'
] ]
const event = [ const event = [
......
...@@ -35,6 +35,6 @@ module.exports = function loader(source) { ...@@ -35,6 +35,6 @@ module.exports = function loader(source) {
exportCode.push(`export * from 'uni-platform-api/${normalizePath(file)}'`) exportCode.push(`export * from 'uni-platform-api/${normalizePath(file)}'`)
} }
}) })
console.log(exportCode.join('\n')) // console.log(exportCode.join('\n'))
return exportCode.join('\n') return exportCode.join('\n')
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册