Added Multiselect
This commit is contained in:
parent
b7f849a210
commit
e6443a6514
|
|
@ -12,6 +12,7 @@ import {
|
||||||
Loader,
|
Loader,
|
||||||
Wizard,
|
Wizard,
|
||||||
} from "dolphin-components";
|
} from "dolphin-components";
|
||||||
|
import Multiselect from "vue-multiselect";
|
||||||
|
|
||||||
const setupComponents = (app: App) => {
|
const setupComponents = (app: App) => {
|
||||||
app.component("ContentLayout", ContentLayout);
|
app.component("ContentLayout", ContentLayout);
|
||||||
|
|
@ -25,6 +26,7 @@ const setupComponents = (app: App) => {
|
||||||
app.component("Towser", Towser);
|
app.component("Towser", Towser);
|
||||||
app.component("Loader", Loader);
|
app.component("Loader", Loader);
|
||||||
app.component("Wizard", Wizard);
|
app.component("Wizard", Wizard);
|
||||||
|
app.component("Multiselect", Multiselect);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default setupComponents;
|
export default setupComponents;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user