Can you help me retrieve the value wwww
from the ref
attribute?
<form @submit.prevent enctype="multipart/form-data">
<input type="file" ref="wwww" @change="selectFile">
</form>
I have tried the following method:
console.log(this.$refs.wwww)
However, instead of getting the desired value, I am receiving the following output:
<input type="file">
Could you please assist me in retrieving it like this: wwww