We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,很优秀的上传组件,但是使用过程中有些疑问,麻烦帮忙解惑下:
The text was updated successfully, but these errors were encountered:
https://lian-yue.github.io/vue-upload-component/#/zh-cn/documents#%E5%AE%9E%E4%BE%8B-%E6%95%B0%E6%8D%AE-active
// https://github.com/lian-yue/vue-upload-component/blob/master/docs/views/examples/Full.vue#L594 // input-file 事件里面 if (Boolean(newFile) !== Boolean(oldFile) || oldFile.error !== newFile.error) { if (!this.$refs.upload.active) { this.$refs.upload.active = true } }
Sorry, something went wrong.
No branches or pull requests
您好,很优秀的上传组件,但是使用过程中有些疑问,麻烦帮忙解惑下:
The text was updated successfully, but these errors were encountered: