UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

14 lines (10 loc) 284 B
'use strict'; var CFooter = require('./CFooter.js'); const CFooterPlugin = { install: (app) => { app.component(CFooter.CFooter.name, CFooter.CFooter); }, }; exports.CFooter = CFooter.CFooter; exports.CFooterPlugin = CFooterPlugin; //# sourceMappingURL=index.js.map