remove unnecessary lazy

This commit is contained in:
pa
2026-01-02 01:23:08 +09:00
committed by Natsumi
parent 9109c96606
commit e1e6d52ac8
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
:data="paginatedData"
v-bind="mergedTableProps"
:default-sort="resolvedDefaultSort"
lazy
@row-click="handleRowClick">
<slot></slot>
</el-table>