diff --git a/components/dashboard/links/QRCode.vue b/components/dashboard/links/QRCode.vue index 3ef8ba8c..1e1dfdbe 100644 --- a/components/dashboard/links/QRCode.vue +++ b/components/dashboard/links/QRCode.vue @@ -2,7 +2,7 @@ import { Button } from '#components' import { Download } from 'lucide-vue-next' import QRCodeStyling from 'qr-code-styling' -import { ref, watch } from 'vue' +import { onMounted, ref, watch } from 'vue' const props = defineProps({ data: { @@ -102,12 +102,14 @@ onMounted(() => {
-
+