Added Multiselect
This commit is contained in:
parent
b7f849a210
commit
e6443a6514
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user