[Vuejs]-The file selection window does not open vuejs

0👍

I am sure, that the problem is not inside this code. But if you are using any custom input like this

enter image description here

Then your tag should look like this

<input type="file" class="file-loader__input" @change="provide_user_input" onclick="this.value = null">

Leave a comment