0👍
Try this code below :
<v-file-input @change="submitFile" ref="file" v-model="file" ></v-file-input>
Just Remove your label , it will work according to what you want.
Source:stackexchange.com
0👍
Try this code below :
<v-file-input @change="submitFile" ref="file" v-model="file" ></v-file-input>
Just Remove your label , it will work according to what you want.