Skip to content

Commit d0822e6

Browse files
Merge branch 'master' into support-pull-function
2 parents b940350 + 7fff33c commit d0822e6

13 files changed

+175
-146
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
[![CircleCI](https://circleci.com/gh/SortableJS/Vue.Draggable.svg?style=shield)](https://circleci.com/gh/SortableJS/Vue.Draggable)
55
[![Coverage](https://codecov.io/gh/SortableJS/Vue.Draggable/branch/master/graph/badge.svg)](https://codecov.io/gh/SortableJS/Vue.Draggable)
6+
[![codebeat badge](https://codebeat.co/badges/7a6c27c8-2d0b-47b9-af55-c2eea966e713)](https://codebeat.co/projects/github-com-sortablejs-vue-draggable-master)
67
[![GitHub open issues](https://img.shields.io/github/issues/SortableJS/Vue.Draggable.svg)](https://github.com/SortableJS/Vue.Draggable/issues?q=is%3Aopen+is%3Aissue)
78
[![npm download](https://img.shields.io/npm/dt/vuedraggable.svg?maxAge=30)](https://www.npmjs.com/package/vuedraggable)
89
[![npm download per month](https://img.shields.io/npm/dm/vuedraggable.svg)](https://www.npmjs.com/package/vuedraggable)
@@ -46,6 +47,14 @@ https://david-desmaisons.github.io/draggable-example/
4647

4748
Admin Dashboard Templates made with Vue, React and Angular.
4849

50+
51+
## Donate
52+
53+
Find this project useful? You can buy me a :coffee: or a :beer:
54+
55+
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GYAEKQZJ4FQT2&currency_code=USD&source=url)
56+
57+
4958
## Installation
5059

5160
### With npm or yarn
@@ -260,6 +269,7 @@ Default: `null`<br>
260269
This props is used to pass additional information to child component declared by [tag props](#tag).<br>
261270
Value:
262271
* `props`: props to be passed to the child component
272+
* `attrs`: attrs to be passed to the child component
263273
* `on`: events to be subscribe in the child component
264274
265275
Example (using [element UI library](http://element.eleme.io/#/en-US)):
@@ -284,6 +294,9 @@ methods: {
284294
change: this.handleChange,
285295
input: this.inputChanged
286296
},
297+
attrs:{
298+
wrap: true
299+
},
287300
props: {
288301
value: this.activeNames
289302
}

dist/vuedraggable.common.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuedraggable.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuedraggable.umd.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuedraggable.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuedraggable.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuedraggable.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/app.js

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</a>
1414

1515
<div class="logo">
16-
<img alt="Vue logo" src="./assets/logo.png" />
16+
<img alt="Vue.draggable logo" src="./assets/logo.png" />
1717
</div>
1818

1919
<div class="container ">

package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)