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.
1 parent 6793f18 commit d5a845cCopy full SHA for d5a845c
src/Uploader.vue
@@ -11,7 +11,7 @@
11
12
<!--UPLOAD BUTTON-->
13
<div class="mu-plusbox-container">
14
- <label for="mu-file-input" class="mu-plusbox">
+ <label class="mu-plusbox">
15
<svg
16
class="mu-plus-icon"
17
xmlns="http://www.w3.org/2000/svg"
@@ -25,8 +25,8 @@
25
fill="currentColor"/>
26
</g>
27
</svg>
28
+ <input @change="fileChange" type="file" accept="image/*" multiple hidden>
29
</label>
- <input @change="fileChange" id="mu-file-input" type="file" accept="image/*" multiple hidden>
30
</div>
31
32
<!--IMAGES PREVIEW-->
0 commit comments