UNPKG

element3

Version:

A Component Library for Vue3

11 lines (8 loc) 244 B
import ElPopover from './Popover' import directive from './directive' /* istanbul ignore next */ ElPopover.install = function (app) { app.directive('popover', directive) app.component(ElPopover.name, ElPopover) } export default ElPopover