chore: clean unused

This commit is contained in:
puriphatt 2024-12-06 11:14:29 +07:00
parent b660064f3a
commit c180dc7575

View file

@ -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>