vue-admin-core
Version:
A Component Library for Vue 3
21 lines (18 loc) • 664 B
JavaScript
import { VacConfigProvider } from './components/config-provider/index.mjs';
import { VacHeader } from './components/header/index.mjs';
import { VacTableSelect } from './components/table-select/index.mjs';
import { VacRichText } from './components/rich-text/index.mjs';
import { VacMsgEditor } from './components/msg-editor/index.mjs';
import { VacTree } from './components/tree/index.mjs';
import { VacPagination } from './components/pagination/index.mjs';
var Components = [
VacConfigProvider,
VacHeader,
VacTableSelect,
VacRichText,
VacMsgEditor,
VacTree,
VacPagination
];
export { Components as default };
//# sourceMappingURL=component.mjs.map