We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 103bd51 + da0998b commit 0c41f2fCopy full SHA for 0c41f2f
custom/uploader.vue
@@ -12,7 +12,7 @@
12
</button>
13
14
<label :for="inputId"
15
- class="flex flex-col px-3 items-center justify-center w-full h-64 border-2 border-dashed rounded-lg cursor-pointer dark:hover:bg-gray-800 hover:bg-gray-100 dark:hover:border-gray-500 dark:hover:bg-gray-600"
+ class="af-uploader flex flex-col px-3 items-center justify-center w-full h-64 border-2 border-dashed rounded-lg cursor-pointer dark:hover:bg-gray-800 hover:bg-gray-100 dark:hover:border-gray-500 dark:hover:bg-gray-600"
16
@dragover.prevent="() => dragging = true"
17
@dragleave.prevent="() => dragging = false"
18
@drop.prevent="onFileChange"
0 commit comments