UNPKG

element-plus

Version:

A Component Library for Vue 3

18 lines (15 loc) 546 B
import Popover from './src/index.mjs'; import PopoverDirective, { VPopover } from './src/directive.mjs'; Popover.install = (app) => { app.component(Popover.name, Popover); }; PopoverDirective.install = (app) => { app.directive(VPopover, PopoverDirective); }; const _PopoverDirective = PopoverDirective; Popover.directive = _PopoverDirective; const _Popover = Popover; const ElPopover = _Popover; const ElPopoverDirective = _PopoverDirective; export { ElPopover, ElPopoverDirective, _Popover as default }; //# sourceMappingURL=index.mjs.map