UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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