UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

11 lines (8 loc) 222 B
import { CPopover } from './CPopover.js'; const CPopoverPlugin = { install: (app) => { app.component(CPopover.name, CPopover); }, }; export { CPopover, CPopoverPlugin }; //# sourceMappingURL=index.js.map