Skip to content

Commit

Permalink
feat(x-ios): chooseLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyuWang committed Nov 11, 2024
1 parent 9be3a6c commit 76023cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/uni-app-plus/src/x/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export { stopPullDownRefresh } from './ui/stopPullDownRefresh'
// @ts-expect-error
export * from '@dcloudio/uni-ext-api/uni-actionSheet'
export { closeNativeDialogPage } from './route/utils'
// @ts-expect-error
export * from '@dcloudio/uni-ext-api/uni-chooseLocation'
// base
export { $emit, $off, $on, $once } from './base/event-bus'
export { removeInterceptor, addInterceptor } from './base/interceptor'
Expand Down

0 comments on commit 76023cf

Please sign in to comment.