版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
540 B

  1. import '../../utils/index.mjs';
  2. import Popover from './src/popover2.mjs';
  3. import PopoverDirective, { VPopover } from './src/directive.mjs';
  4. export { popoverEmits, popoverProps } from './src/popover.mjs';
  5. import { withInstallDirective, withInstall } from '../../utils/vue/install.mjs';
  6. const ElPopoverDirective = withInstallDirective(PopoverDirective, VPopover);
  7. const ElPopover = withInstall(Popover, {
  8. directive: ElPopoverDirective
  9. });
  10. export { ElPopover, ElPopoverDirective, ElPopover as default };
  11. //# sourceMappingURL=index.mjs.map