UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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