Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Jul 6, 2020
1 parent d21008f commit 123a6b8
Show file tree
Hide file tree
Showing 15 changed files with 1,577 additions and 3,567 deletions.
1,957 changes: 575 additions & 1,382 deletions dist/vuedraggable.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vuedraggable.common.js.map

Large diffs are not rendered by default.

1,957 changes: 575 additions & 1,382 deletions dist/vuedraggable.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vuedraggable.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vuedraggable.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vuedraggable.umd.min.js.map

Large diffs are not rendered by default.

1,209 changes: 416 additions & 793 deletions docs/app.js

Large diffs are not rendered by default.

Binary file removed docs/fonts/element-icons.2fad952a.woff
Binary file not shown.
Binary file added docs/fonts/element-icons.535877f5.woff
Binary file not shown.
Binary file removed docs/fonts/element-icons.6f0a7632.ttf
Binary file not shown.
Binary file added docs/fonts/element-icons.732389de.ttf
Binary file not shown.
4 changes: 1 addition & 3 deletions example/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@
class="icon github"
target="_blank"
:href="
`https://github.com/SortableJS/Vue.Draggable/blob/master/example/components/${
component.name
}.vue`
`https://github.com/SortableJS/Vue.Draggable/blob/master/example/components/${component.name}.vue`
"
>
<button class="btn btn-secondary">
Expand Down
5 changes: 4 additions & 1 deletion example/components/two-list-headerslots.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ export default {
{ name: "Joao 2", id: 1 },
{ name: "Jean 3", id: 2 }
],
list2: [{ name: "Jonny 4", id: 3 }, { name: "Guisepe 5", id: 4 }]
list2: [
{ name: "Jonny 4", id: 3 },
{ name: "Guisepe 5", id: 4 }
]
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuedraggable",
"version": "2.23.2",
"version": "2.24.0",
"description": "draggable component for vue",
"license": "MIT",
"main": "dist/vuedraggable.umd.min.js",
Expand Down

0 comments on commit 123a6b8

Please sign in to comment.