Skip to content

Commit

Permalink
fix: update accept
Browse files Browse the repository at this point in the history
  • Loading branch information
icebergtsn committed Aug 28, 2024
1 parent b60c85c commit 7728ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytetrade/ui",
"version": "0.1.20",
"version": "0.1.21",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/uploader/src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class="quploader"
ref="fileUpload"
@change="selectChange($event)"
accept="image/*"
:accept="accept"
type="file"
:multiple="false"
/>
Expand Down

0 comments on commit 7728ac4

Please sign in to comment.