Skip to content

Commit

Permalink
fix(SPA): 解决安卓微信下无法上传图片的问题(hack)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Mar 5, 2019
1 parent cbe870a commit 5840826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/spa/src/components/common/ImageUploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ref="imagefile"
type="file"
class="hidden"
accept="image/jpeg,image/webp,image/jpg,image/png,image/bmp"
accept="image/*"
@change="selectPhoto"
>
</div>
Expand Down

0 comments on commit 5840826

Please sign in to comment.