Open avxkim opened 4 years ago
<image-uploader :maxWidth="1500" :maxHeight="1500" accept=".jpg, .jpeg, .png" outputFormat="string" :quality="0.9" :scaleRatio="0.7" :preview="false" @input="uploadImage('docphoto', $event)" />
Seems like there's no way to style file input with Vuetify:
<v-file-input label="File input" />
Or there's a way to style it? Maybe a slot?
I'm not sure I understand the question, but I believe you can use the label slot and put the v-file-input there .. wether the click events will be passed on to the original image-uploader or not is a different story
Seems like there's no way to style file input with Vuetify:
Or there's a way to style it? Maybe a slot?