File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 @dragleave.prevent =" dragging = false"
66 @drop.prevent =" dragging = false; doEmit(($event.dataTransfer as DataTransfer).files)"
77 >
8- <label :id =" id" class =" flex flex-col items-center justify-center w-full border-2 border-dashed rounded-lg cursor-pointer
8+ <label :id =" id" class =" flex flex-col items-center justify-center w-full border-2 border-dashed rounded-default cursor-pointer
99 hover:bg-lightDropzoneBackgroundHover hover:border-lightDropzoneBorderHover dark:hover:border-darkDropzoneBorderHover dark:hover:bg-darkDropzoneBackgroundHover"
1010 :class =" {
1111 'border-lightDropzoneBorderDragging dark:border-darkDropzoneBorderDragging': dragging,
5050 >
5151 <template v-for =" (file , index ) in selectedFiles " :key =" index " >
5252 <div
53- class =" text-sm text-lightDropzoneIcon dark:text-darkDropzoneIcon bg-lightDropzoneBackgroundHover dark:bg-darkDropzoneBackgroundHover rounded-md
53+ class =" text-sm text-lightDropzoneIcon dark:text-darkDropzoneIcon bg-lightDropzoneBackgroundHover dark:bg-darkDropzoneBackgroundHover rounded-default
5454 flex items-center gap-1 px-2 py-1 group"
5555 >
5656 <IconFileSolid class="w-4 h-4 flex-shrink-0" />
You can’t perform that action at this time.
0 commit comments