vue-multi-select-dual-box
Version:
VueJs component that allows moving elements between two lists with a single click. / Componente de VueJs que permite mover elementos entre dos listas con un solo click.
22 lines (19 loc) • 398 B
JavaScript
import Vue from 'vue';
import Vuetify from 'vuetify';
import 'vuetify/dist/vuetify.min.css';
Vue.use(Vuetify);
export default new Vuetify({
theme: {
themes: {
light: {
primary: '#ee44aa',
secondary: '#424242',
accent: '#82B1FF',
error: '#FF5252',
info: '#2196F3',
success: '#4CAF50',
warning: '#FFC107'
},
},
},
});