You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
393 B

1 month ago
  1. import Table from './src/table.mjs';
  2. import ElTableColumn$1 from './src/table-column/index.mjs';
  3. import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
  4. const ElTable = withInstall(Table, {
  5. TableColumn: ElTableColumn$1
  6. });
  7. const ElTableColumn = withNoopInstall(ElTableColumn$1);
  8. export { ElTable, ElTableColumn, ElTable as default };
  9. //# sourceMappingURL=index.mjs.map