Correcion de qr multa

This commit is contained in:
Juan Felipe Zapata Moreno 2025-11-28 14:29:35 -06:00
parent d79552fafc
commit 8a518f477c

View File

@ -154,8 +154,8 @@ const clearForm = () => {
> >
<!-- QR --> <!-- QR -->
<QRscan <QRscan
v-model:fineNumber="fineNumber" v-model="fineNumber"
@fine-searched="handleSearch" @qr-detected="handleSearch"
/> />
</div> </div>
</div> </div>