refactor: remove unused vue imports

Removes unused imports from 'vue' package including onMounted, ref, and watch to keep the codebase clean and improve maintainability
This commit is contained in:
ccbikai 2025-03-16 11:22:47 +08:00
parent f8130d731d
commit 5ad0096051

View file

@ -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: {