我试图以编程方式触发 v-file-input 的 .click() 事件,因为它在 Vuetify 的文档中。
但它显示一个错误this.$refs.imagePicker.click is not a function 我在这里遗漏了什么吗?
this.$refs.imagePicker.click is not a function
代码复制:https : //codepen.io/kforr24/pen/ZEQweLP
我正在尝试使用某个按钮上传图像。就像某个按钮会触发 v-file-input 上的点击事件一样。
javascript vue.js vuetify.js
javascript ×1
vue.js ×1
vuetify.js ×1