dashboard/plugins/v-select.js

5 lines
94 B
JavaScript

import Vue from 'vue';
import vSelect from 'vue-select';
Vue.component('v-select', vSelect);