Skip to content

Commit ea76f50

Browse files
Update README.md
1 parent 859ce2d commit ea76f50

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,17 @@ Use draggable component:
3737
### Props
3838
#### list
3939
Type: `Array`<br>
40-
Required: `false`
40+
Required: `false`<br>
4141
Default: `null`
4242

43-
Array to be synchronized with drag-and-drop. Typically same array as refrenced by inner element v-for directive.
44-
43+
Array to be synchronized with drag-and-drop. Typically same array as refrenced by inner element v-for directive.<br>
4544
Note that draggabe component can be used with a list prop
4645

4746
#### options
4847
Type: `Object`<br>
4948
Required: `true`
5049

51-
Option used to inicialize the sortable object see: [sortable option documentation](https://github.com/RubaXa/Sortable#options)
52-
50+
Option used to inicialize the sortable object see: [sortable option documentation](https://github.com/RubaXa/Sortable#options)<br>
5351
Note that all the method starting by "on" will be ignored as draggable component expose the same API via events.
5452

5553
#### Events
@@ -69,7 +67,7 @@ https://jsfiddle.net/dede89/32ao2rpm/
6967
##For Vue.js 1.0
7068

7169
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.
72-
Option parameter can be json string or a full javascript object.
70+
Options parameter can be json string or a full javascript object.
7371

7472
``` html
7573
<div v-dragable-for="element in list1" options='{"group":"people"}'>

0 commit comments

Comments
 (0)