From 5ad0096051d3ac6b3888afaba49dfcc8be854922 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sun, 16 Mar 2025 11:22:47 +0800 Subject: [PATCH] refactor: remove unused vue imports Removes unused imports from 'vue' package including onMounted, ref, and watch to keep the codebase clean and improve maintainability --- components/dashboard/links/QRCode.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dashboard/links/QRCode.vue b/components/dashboard/links/QRCode.vue index f02bf0c..f7709f3 100644 --- a/components/dashboard/links/QRCode.vue +++ b/components/dashboard/links/QRCode.vue @@ -2,7 +2,6 @@ import { Button } from '#components' import { Download } from 'lucide-vue-next' import QRCodeStyling from 'qr-code-styling' -import { onMounted, ref, watch } from 'vue' const props = defineProps({ data: {