UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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