Skip to content

Commit

Permalink
feat(price create form): use camera directly for proof image
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 23, 2023
1 parent 8f56874 commit 1040f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/AddPriceSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:prepend-inner-icon="proofFormFilled ? 'mdi-paperclip' : 'mdi-plus'"
label="Picture of the price tag"
v-model="proofImage"
capture="environment"
accept="image/*"
@change="uploadProof"
@click:clear="clearProof"
Expand Down

0 comments on commit 1040f33

Please sign in to comment.