UNPKG

element-plus

Version:

A Component Library for Vue 3

24 lines (19 loc) 720 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var index = require('./src/index.js'); var directive = require('./src/directive.js'); index["default"].install = (app) => { app.component(index["default"].name, index["default"]); }; directive["default"].install = (app) => { app.directive(directive.VPopover, directive["default"]); }; const _PopoverDirective = directive["default"]; index["default"].directive = _PopoverDirective; const _Popover = index["default"]; const ElPopover = _Popover; const ElPopoverDirective = _PopoverDirective; exports.ElPopover = ElPopover; exports.ElPopoverDirective = ElPopoverDirective; exports["default"] = _Popover; //# sourceMappingURL=index.js.map