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:
parent
f8130d731d
commit
5ad0096051
1 changed files with 0 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue