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