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
问题:安卓部分手机上传图片不支持选择相机而是直接进入文件系统了
希望增加 capture='camera' 的可选配置项
<input capture="camera" :disabled="uploading" :name="name" :multiple="multiple" type="file" :accept="inputAccept" @change="change" @dragover="dragover" @dragenter="dragover" @dragleave="dragleave" @dragend="dragleave" @drop="dragleave" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题:安卓部分手机上传图片不支持选择相机而是直接进入文件系统了
希望增加 capture='camera' 的可选配置项
The text was updated successfully, but these errors were encountered: