UNPKG

nly-adminlte-vue

Version:
9 lines (6 loc) 206 B
import { NlyBadge } from "./badge"; import { nlyPluginFactory } from "../../utils/plugins"; const BadgePlugin = nlyPluginFactory({ components: { NlyBadge } }); export { BadgePlugin, NlyBadge };