forked from fdzcxy212206413/gsl_grs
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
14 lines
457 B
import '../../utils/index.mjs';
|
|
import Table from './src/table.mjs';
|
|
import './src/tableColumn.mjs';
|
|
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
|
|
import ElTableColumn$1 from './src/table-column/index.mjs';
|
|
|
|
const ElTable = withInstall(Table, {
|
|
TableColumn: ElTableColumn$1
|
|
});
|
|
const ElTableColumn = withNoopInstall(ElTableColumn$1);
|
|
|
|
export { ElTable, ElTableColumn, ElTable as default };
|
|
//# sourceMappingURL=index.mjs.map
|