refactor: handle qr code
This commit is contained in:
parent
d6c8f0240a
commit
d90d392cfc
3 changed files with 18 additions and 4 deletions
|
|
@ -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)"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue