0
0
Fork 0

Remove '' in click.stop handle

This commit is contained in:
William Buezas 2024-02-05 08:36:54 -03:00
parent 7089202fe1
commit 5280a4fa2d
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ onMounted(async () => {
</QTd>
</template>
<template #body-cell-itemFk="{ row }">
<QTd @click.stop="">
<QTd @click.stop>
<QBtn flat color="blue">
{{ row.itemFk }}
</QBtn>
@ -287,7 +287,7 @@ onMounted(async () => {
</QTd>
</template>
<template #body-cell-entryFk="{ row }">
<QTd @click.stop="">
<QTd @click.stop>
<QBtn flat color="blue">
<EntryDescriptorProxy :id="row.entryFk" />
{{ row.entryFk }}