vue-admin-core
Version:
A Component Library for Vue 3
25 lines (20 loc) • 742 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var index = require('./components/config-provider/index.js');
var index$1 = require('./components/header/index.js');
var index$2 = require('./components/table-select/index.js');
var index$3 = require('./components/rich-text/index.js');
var index$4 = require('./components/msg-editor/index.js');
var index$5 = require('./components/tree/index.js');
var index$6 = require('./components/pagination/index.js');
var Components = [
index.VacConfigProvider,
index$1.VacHeader,
index$2.VacTableSelect,
index$3.VacRichText,
index$4.VacMsgEditor,
index$5.VacTree,
index$6.VacPagination
];
exports.default = Components;
//# sourceMappingURL=component.js.map