nly-adminlte-vue
Version:
nly adminlte3 components
12 lines (9 loc) • 379 B
JavaScript
import { NLYAToastPlugin } from "./plugin/nlya-toast";
import { NlyToast } from "./toast";
import { NlyToaster } from "./toaster";
import { nlyInstallFactory } from "../../utils/plugins";
const toastPlugin = nlyInstallFactory({
components: { NlyToast, NlyToaster },
plugins: { NLYAToastPlugin }
});
export { toastPlugin, NlyToast, NlyToaster, NLYAToastPlugin };