feat: define prop
This commit is contained in:
parent
8faf1aa97c
commit
3d0e25f8de
|
@ -59,6 +59,10 @@ const $props = defineProps({
|
|||
type: [Function, Boolean],
|
||||
default: null,
|
||||
},
|
||||
rowCtrlClick: {
|
||||
type: [Function, Boolean],
|
||||
default: null,
|
||||
},
|
||||
redirect: {
|
||||
type: String,
|
||||
default: null,
|
||||
|
|
Loading…
Reference in New Issue