【发布时间】:2022-08-22 20:17:05
【问题描述】:
当我点击一个按钮时,我试图重置我的 v-input-file。但是,我没有看到任何功能可以做到这一点。 我尝试了以下命令: (upload_json 是我的 v-input-file 的名称)
this.$refs.upload_json.files=[]
this.$refs.upload_json.files=null
this.$refs.upload_json.value=\"\"
this.$refs.upload_json.reset()
对于所有命令,我有相同的以下错误:
未捕获的 TypeError:代理集处理程序为属性返回 false
-
你能和我们分享更多你的代码吗?也许做一个codepen,你可以通过vuetify使用这个链接:template.vuetifyjs.com
标签: vue.js vuetify.js