【Vue】Element-UI Methods 如何调用?
现在用 Element-UI 做上传文件的功能,然后需要用到 clearFiles 方法,但尝试了几次失败无果?
从 Github Issues 里 找到的例子也没运行成功
https://github.com/ElemeFE/el...

回答
el-upload 加个 ref="xx",随后 this.$refs.xx.clearFiles()
以上是 【Vue】Element-UI Methods 如何调用? 的全部内容, 来源链接: utcz.com/a/78977.html


