UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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