Files
game-cards-poker-design/frontend/node_modules/element-plus/es/components/popover/index.mjs
Poker Design Developer 5dbcebf7a2 Fix frontend blank page issues
- Fix router import path in main.js
- Handle Django REST Framework pagination format in API calls
- Add getTemplates function to project API
- Restart frontend development server
2026-05-31 18:40:56 +08:00

11 lines
660 B
JavaScript

import { withInstall, withInstallDirective } from "../../utils/vue/install.mjs";
import { popoverEmits, popoverProps, popoverPropsDefaults } from "./src/popover.mjs";
import popover_default from "./src/popover2.mjs";
import directive_default, { VPopover } from "./src/directive.mjs";
//#region ../../packages/components/popover/index.ts
const ElPopoverDirective = withInstallDirective(directive_default, VPopover);
const ElPopover = withInstall(popover_default, { directive: ElPopoverDirective });
//#endregion
export { ElPopover, ElPopover as default, ElPopoverDirective, popoverEmits, popoverProps, popoverPropsDefaults };
//# sourceMappingURL=index.mjs.map