nly-adminlte-vue
Version:
nly adminlte3 components
11 lines (8 loc) • 316 B
JavaScript
import { NlyPopover } from "./popover";
import { VNlyPopoverPlugin } from "../../directives/popover";
import { nlyPluginFactory } from "../../utils/plugins";
const PopoverPlugin = nlyPluginFactory({
components: { NlyPopover },
plugins: { VNlyPopoverPlugin }
});
export { PopoverPlugin, NlyPopover };