0
0
Fork 0

Merge branch '6825-vnTable' of https://gitea.verdnatura.es/verdnatura/salix-front into 7406-workerFormation

This commit is contained in:
Alex Moreno 2024-06-18 09:56:32 +02:00
commit ae18cffd30
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ defineExpose({
>
<template #body="{ rows }">
<QTable
v-bind="$attrs"
v-bind="$attrs['QTable']"
class="vnTable"
:columns="splittedColumns.columns"
:rows="rows"