fix: selector count

This commit is contained in:
puriphatt 2024-04-10 13:57:39 +07:00
parent ba3c9b1a11
commit 075d9cfe1a

View file

@ -28,7 +28,7 @@ defineProps<{
@click="selector = v.label"
>
<q-item-section>{{ $t(v.label) }}</q-item-section>
<div class="dot text-weight-bold">1</div>
<div class="dot text-weight-bold">{{ v.count }}</div>
</q-item>
</q-list>
</AppBox>