campus-errand/admin/node_modules/element-plus/es/components/popover/index.mjs
2026-03-01 05:01:47 +08:00

13 lines
538 B
JavaScript

import _sfc_main from './src/popover.vue2.mjs';
import PopoverDirective, { VPopover } from './src/directive.mjs';
export { popoverEmits, popoverProps, popoverPropsDefaults } from './src/popover.mjs';
import { withInstallDirective, withInstall } from '../../utils/vue/install.mjs';
const ElPopoverDirective = withInstallDirective(PopoverDirective, VPopover);
const ElPopover = withInstall(_sfc_main, {
directive: ElPopoverDirective
});
export { ElPopover, ElPopoverDirective, ElPopover as default };
//# sourceMappingURL=index.mjs.map