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>
|
</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>
|
<q-th>
|
||||||
{{ $t(col.label) }}
|
{{ $t(col.label) }}
|
||||||
</q-th>
|
</q-th>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue