UNPKG

@mozaic-ds/vue

Version:

Vue.js implementation of Mozaic Design System

13 lines (9 loc) 316 B
import MListBox from './MListBox.vue'; import MListBoxActions from './MListBoxActions.vue'; MListBox.install = function (Vue) { Vue.component(MListBox.name, MListBox); }; MListBoxActions.install = function (Vue) { Vue.component(MListBoxActions.name, MListBoxActions); }; export { MListBox, MListBoxActions };