版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12345678910111213
  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