import { withInstall } from '@jeesite/core/utils'; import popover from './src/Popover.vue'; export * from './src/typing'; export const Popover = withInstall(popover);