fix: remove prop printing
This commit is contained in:
parent
8c9a863d71
commit
04dcd1136a
|
@ -635,7 +635,6 @@ const rowCtrlClickFunction = computed(() => {
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
{{ $props.tableHeight }}
|
|
||||||
<RightMenu v-if="$props.rightSearch" :overlay="overlay">
|
<RightMenu v-if="$props.rightSearch" :overlay="overlay">
|
||||||
<template #right-panel>
|
<template #right-panel>
|
||||||
<VnTableFilter
|
<VnTableFilter
|
||||||
|
|
Loading…
Reference in New Issue