refactor: handle qr code

This commit is contained in:
Thanaphon Frappet 2024-12-06 15:32:47 +07:00
parent d6c8f0240a
commit d90d392cfc
3 changed files with 18 additions and 4 deletions

View file

@ -159,6 +159,7 @@ async function downloadImage(url: string) {
v-close-popup
/>
<SaveButton
:label="$t('general.confirm')"
outlined
@click="$emit('save', inputFile?.files?.[0] || null, imageUrl)"
/>