You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
315 B
14 lines
315 B
10 months ago
|
# Decode by Drag&Drop
|
||
|
|
||
|
With the `QrcodeDropZone` component you can also drag-and-drop images that
|
||
|
should be scanned. Use it as a standalone feature or as a fallback for desktop
|
||
|
users.
|
||
|
|
||
|
<ClientOnly>
|
||
|
<DemoWrapper component="DragDrop" />
|
||
|
</ClientOnly>
|
||
|
|
||
|
### Source
|
||
|
|
||
|
<<< @/docs/.vuepress/components/demos/DragDrop.vue
|