Skip to content

Commit 5ada9eb

Browse files
Update site
1 parent 59814f1 commit 5ada9eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/js/app.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/App.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable"
5353
><img src="https://img.shields.io/npm/dt/vuedraggable.svg" />
5454
</a>
55-
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable"
56-
><img src="https://img.shields.io/npm/dm/vuedraggable.svg" />
55+
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable/v/next"
56+
><img src="https://img.shields.io/npm/v/vuedraggable/next.svg" />
5757
</a>
5858
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable"
5959
><img src="https://img.shields.io/npm/v/vuedraggable.svg" />

src/core/componentStructure.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ComponentStructure {
5555
return context.index;
5656
}
5757

58-
if (length === 0){
58+
if (length === 0) {
5959
return 0;
6060
}
6161
const firstDomListElement = getHtmlElementFromNode(defaultNodes[0]);

0 commit comments

Comments
 (0)