UNPKG

nly-adminlte-vue

Version:
21 lines (19 loc) 648 B
import { nlyPluginFactory } from "../utils/plugins"; import { VNlyCollapseSidebarPlugin } from "./sidebar-collapse"; import { VNlyCardPlugin } from "./card"; import { VNlyTogglePlugin } from "./toggle"; import { VNlyModalPlugin } from "./modal"; import { VNlyTooltipPlugin } from "./tooltip"; import { VNlyScrollspyPlugin } from "./scrollspy"; import { VNlyPopoverPlugin } from "./popover"; export const directivesPlugin = nlyPluginFactory({ plugins: { VNlyCardPlugin, VNlyCollapseSidebarPlugin, VNlyTogglePlugin, VNlyModalPlugin, VNlyTooltipPlugin, VNlyScrollspyPlugin, VNlyPopoverPlugin } });