UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

8 lines (5 loc) 140 B
import MDropdown from './MDropdown.vue'; MDropdown.install = (app) => { app.component('MDropdown', MDropdown); }; export { MDropdown };