vue——之清空input标签 中file的值

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_34505202/article/details/80997128

 

template中:

<input type="file" ref="pathClear@change="onUpload" name="file" id="file">

methods中:
onUpload (){
this . $refs . pathClear . value = ''
},

猜你喜欢

转载自blog.csdn.net/qq_34505202/article/details/80997128
今日推荐