Added Multiselect

This commit is contained in:
Sandip Ghimire 2026-01-07 09:53:52 +05:45
parent b7f849a210
commit e6443a6514

View File

@ -12,6 +12,7 @@ import {
Loader,
Wizard,
} from "dolphin-components";
import Multiselect from "vue-multiselect";
const setupComponents = (app: App) => {
app.component("ContentLayout", ContentLayout);
@ -25,6 +26,7 @@ const setupComponents = (app: App) => {
app.component("Towser", Towser);
app.component("Loader", Loader);
app.component("Wizard", Wizard);
app.component("Multiselect", Multiselect);
};
export default setupComponents;