UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

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