UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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