UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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