UNPKG

nly-adminlte-vue

Version:
9 lines (6 loc) 229 B
import { VNlyPopover } from "./popover"; import { nlyPluginFactory } from "../../utils/plugins"; const VNlyPopoverPlugin = nlyPluginFactory({ directives: { VNlyPopover } }); export { VNlyPopoverPlugin, VNlyPopover };