fix: เพิ่ม .stop

This commit is contained in:
Net 2024-04-18 13:57:00 +07:00
parent 0458c33266
commit 6469f6f8d0

View file

@ -45,7 +45,7 @@ defineProps<{
>
<span>{{ v }}</span>
<q-btn
@click="$emit('view-detail', data)"
@click.stop="$emit('view-detail', data)"
:label="$t('viewDetail')"
rounded
outline