Skip to content

Commit

Permalink
Merge pull request #65 from BennyAlex/patch-1
Browse files Browse the repository at this point in the history
Properties must be hyphenated in html
  • Loading branch information
alessiomaffeis authored May 18, 2018
2 parents 6590d56 + cebcb9a commit 073039f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ yarn add vue-picture-input
<template>
<div class="hello">
<picture-input
ref="pictureInput"
@change="onChange"
ref="pictureInput"
width="600"
height="600"
margin="16"
accept="image/jpeg,image/png"
size="10"
buttonClass="btn"
:customStrings="{
button-class="btn"
:custom-strings="{
upload: '<h1>Bummer!</h1>',
drag: 'Drag a 😺 GIF or GTFO'
}">
}"
@change="onChange">
</picture-input>
</div>
</template>
Expand Down

0 comments on commit 073039f

Please sign in to comment.