UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

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