Skip to content

Commit

Permalink
feat(v-file-upload): fixed ui for theme=image
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 28, 2021
1 parent fd6c28f commit 573b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VFileUpload/VFileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ onUnmounted(() => {
</div>
</div>

<template v-if="theme === 'dropzone'">
<template v-else-if="theme === 'dropzone'">
<div
class="
flex
Expand Down

0 comments on commit 573b793

Please sign in to comment.