Skip to content

Commit

Permalink
feat: zoom 组件调整
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Sep 28, 2022
1 parent ecc6b39 commit 70c960c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/components/control/bm-zoom/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { withInstall } from '../../../utils/withInstall'
import _BmControl from './index.vue'
import _BmZoom from './index.vue'

export const BmControl = withInstall(_BmControl)
export default BmControl
export const BmZoom = withInstall(_BmZoom)
export default BmZoom

declare module 'vue' {
export interface GlobalComponents {
BmControl: typeof BmControl
BmZoom: typeof BmZoom
}
}

0 comments on commit 70c960c

Please sign in to comment.