Fix Tableview Props

This commit is contained in:
Samuel Lorch 2023-04-02 02:50:06 +02:00
parent 53e2e1f48c
commit 04a11626f5

View file

@ -13,7 +13,7 @@ const props = defineModel<{
selection?: number[], selection?: number[],
}>(); }>();
let { title, columns, loadData, data, selection, tableProps } = $(props); let { title, loading, columns, data, selection, tableProps } = $(props);
</script> </script>