mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-27 18:37:39 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
12
web/admin-spa/node_modules/element-plus/es/components/popover/index.mjs
generated
vendored
Normal file
12
web/admin-spa/node_modules/element-plus/es/components/popover/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import Popover from './src/popover2.mjs';
|
||||
import PopoverDirective, { VPopover } from './src/directive.mjs';
|
||||
export { popoverEmits, popoverProps } from './src/popover.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
|
||||
Reference in New Issue
Block a user