UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

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