UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

11 lines (8 loc) 215 B
import { CPicker } from './CPicker.js'; const CPickerPlugin = { install: (app) => { app.component(CPicker.name, CPicker); }, }; export { CPicker, CPickerPlugin }; //# sourceMappingURL=index.js.map