diff --git a/client/src/components/TableView.vue b/client/src/components/TableView.vue index 70ddc31..085804f 100644 --- a/client/src/components/TableView.vue +++ b/client/src/components/TableView.vue @@ -13,7 +13,7 @@ const props = defineModel<{ selection?: number[], }>(); -let { title, columns, loadData, data, selection, tableProps } = $(props); +let { title, loading, columns, data, selection, tableProps } = $(props);