UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

13 lines (9 loc) 298 B
import MStarsInput from './MStarsInput.vue'; import MStarsResult from './MStarsResult.vue'; MStarsInput.install = (app) => { app.component('MStarsInput', MStarsInput); }; MStarsResult.install = (app) => { app.component('MStarsResult', MStarsResult); }; export { MStarsInput, MStarsResult };