UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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