UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

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