UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

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