Add Multiselect component to setupComponents
This commit is contained in:
parent
706e430d7b
commit
ce51078f65
|
|
@ -1,4 +1,5 @@
|
|||
import type { App } from "vue";
|
||||
import Multiselect from "vue-multiselect";
|
||||
import {
|
||||
ContentLayout,
|
||||
DateRange,
|
||||
|
|
@ -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