Skip to content

Commit 1ed8bf0

Browse files
authored
Update README.md
Better understanding of component and it's parameters. Annoying horizontal scrollbar on smaller devices.
1 parent a5e9bd8 commit 1ed8bf0

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)