forked from verdnatura/salix-front
fix(VnTable): Qtable v-bind
This commit is contained in:
parent
e8054467a2
commit
e369ea68d4
|
@ -224,7 +224,7 @@ defineExpose({
|
|||
>
|
||||
<template #body="{ rows }">
|
||||
<QTable
|
||||
v-bind="$attrs"
|
||||
v-bind="$attrs['QTable']"
|
||||
class="vnTable"
|
||||
:columns="splittedColumns.columns"
|
||||
:rows="rows"
|
||||
|
|
Loading…
Reference in New Issue