UNPKG

@mozaic-ds/vue-3

Version:

Vue.js implementation of Mozaic Design System

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