UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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