mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Fix Tableview Props
This commit is contained in:
parent
53e2e1f48c
commit
04a11626f5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue