Skip to content

Commit 898b674

Browse files
authored
Merge pull request #46 from vrajroham/patch-3
Update README.md
2 parents a5e9bd8 + 1ed8bf0 commit 898b674

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ Use CDN Script(ES5)
6666
```
6767
6868
``` html
69-
<vue-core-image-upload v-bind:class="['pure-button','pure-button-primary','js-btn-crop']" v-bind:crop="false" url="./crop.php" extensions="png,gif,jpeg,jpg"></vue-core-image-upload>
69+
<vue-core-image-upload
70+
v-bind:class="['pure-button','pure-button-primary','js-btn-crop']"
71+
v-bind:crop="false"
72+
url="./crop.php"
73+
extensions="png,gif,jpeg,jpg">
74+
</vue-core-image-upload>
7075
```
7176
7277
[Demo] (http://vanthink-ued.github.io/vue-core-image-upload/upload.html)

0 commit comments

Comments
 (0)