chore: clean unused
This commit is contained in:
parent
b660064f3a
commit
c180dc7575
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ defineEmits<{
|
|||
"
|
||||
/> -->
|
||||
</q-th>
|
||||
<template v-for="col in props.cols" :key="col.name" :props="props">
|
||||
<template v-for="col in props.cols" :key="col.name">
|
||||
<q-th>
|
||||
{{ $t(col.label) }}
|
||||
</q-th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue