mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-26 06:45:13 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
11
web/admin-spa/node_modules/element-plus/es/components/table/index.mjs
generated
vendored
11
web/admin-spa/node_modules/element-plus/es/components/table/index.mjs
generated
vendored
@@ -1,11 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user