nly-adminlte-vue
Version:
nly adminlte3 components
21 lines (19 loc) • 648 B
JavaScript
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
}
});