stdproject/frontend/node_modules/element-plus/es/components/popover/index.mjs
2025-05-30 13:43:31 +08:00

13 lines
508 B
JavaScript

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