UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

20 lines (16 loc) 523 B
'use strict'; var CCol = require('./CCol.js'); var CContainer = require('./CContainer.js'); var CRow = require('./CRow.js'); const CGridPlugin = { install: (app) => { app.component(CCol.CCol.name, CCol.CCol); app.component(CContainer.CContainer.name, CContainer.CContainer); app.component(CRow.CRow.name, CRow.CRow); }, }; exports.CCol = CCol.CCol; exports.CContainer = CContainer.CContainer; exports.CRow = CRow.CRow; exports.CGridPlugin = CGridPlugin; //# sourceMappingURL=index.js.map