feat: copy & download qr code as png (#2521)

* copy & download qr code as png

* i18n, accessibility

* improve error handling
This commit is contained in:
Bernd Storath
2026-03-05 13:39:31 +01:00
committed by GitHub
parent 7cde04de81
commit bc4dfd03df
6 changed files with 120 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
<template>
<ClipboardDocumentIcon />
</template>
<script lang="ts" setup>
import ClipboardDocumentIcon from '@heroicons/vue/24/outline/esm/ClipboardDocumentIcon';
</script>