Skip to content

Commit

Permalink
πŸ”§ : configure vue-multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Apr 9, 2020
1 parent fbc11ba commit ae1225d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/client/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
/* vendor css */
@import '~bootstrap/dist/css/bootstrap.min.css';
@import '~bootstrap-vue/dist/bootstrap-vue.min.css';
@import '~vue-multiselect/dist/vue-multiselect.min.css';
</style>
2 changes: 2 additions & 0 deletions src/main/client/app/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Vue from 'vue';
import { Multiselect } from 'vue-multiselect';

import fontawesomeConfig from '@/shared/config/fontawesome-config';
import bootstrapVueConfig from '@/shared/config/bootstrap-vue-config';
Expand All @@ -8,6 +9,7 @@ import router from './app-routes';

fontawesomeConfig.init();
bootstrapVueConfig.init();
Vue.use(Multiselect);

Vue.config.productionTip = false;

Expand Down

0 comments on commit ae1225d

Please sign in to comment.