feat: define prop

This commit is contained in:
Javier Segarra 2025-03-04 11:15:21 +01:00
parent 8faf1aa97c
commit 3d0e25f8de
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ const $props = defineProps({
type: [Function, Boolean], type: [Function, Boolean],
default: null, default: null,
}, },
rowCtrlClick: {
type: [Function, Boolean],
default: null,
},
redirect: { redirect: {
type: String, type: String,
default: null, default: null,