mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
12 lines
393 B
JavaScript
12 lines
393 B
JavaScript
import Table from './src/table.mjs';
|
|
import ElTableColumn$1 from './src/table-column/index.mjs';
|
|
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElTable = withInstall(Table, {
|
|
TableColumn: ElTableColumn$1
|
|
});
|
|
const ElTableColumn = withNoopInstall(ElTableColumn$1);
|
|
|
|
export { ElTable, ElTableColumn, ElTable as default };
|
|
//# sourceMappingURL=index.mjs.map
|