版博士V2.0程序
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.
 
 
 
 

14 lines
457 B

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