index.ts 183 B

123456789
  1. import { withInstall } from '@kankan/utils'
  2. import Bubble from './src/bubble.vue'
  3. export const UIBubble = withInstall(Bubble)
  4. export default UIBubble
  5. export * from './src/bubble'