UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

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