Skip to content

Commit 538bcef

Browse files
Doc+ clean-up
1 parent 7dfa9b3 commit 538bcef

File tree

10 files changed

+4348
-5808
lines changed

10 files changed

+4348
-5808
lines changed

docs/app.js

Lines changed: 0 additions & 5796 deletions
This file was deleted.
-6.02 KB
Binary file not shown.
27.5 KB
Binary file not shown.

docs/fonts/element-icons.6f0a7632.ttf

-10.8 KB
Binary file not shown.

docs/fonts/element-icons.732389de.ttf

54.6 KB
Binary file not shown.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="favicon.ico">
88
<title>vuedraggable</title>
9-
<link href="app.js" rel="preload" as="script"></head>
9+
<link href="js/app.js" rel="preload" as="script"><link href="js/chunk-vendors.js" rel="preload" as="script"></head>
1010
<body>
1111
<noscript>
1212
<strong>We're sorry but vuedraggable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1313
</noscript>
1414
<div id="app"></div>
1515
<!-- built files will be auto injected -->
16-
<script type="text/javascript" src="app.js"></script></body>
16+
<script type="text/javascript" src="js/chunk-vendors.js"></script><script type="text/javascript" src="js/app.js"></script></body>
1717
</html>

docs/js/app.js

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

docs/js/chunk-vendors.js

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

example/App.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
<div id="badges">
2424
<a
2525
target="_blank"
26-
href="https://circleci.com/gh/SortableJS/Vue.Draggable"
26+
href="https://circleci.com/gh/SortableJS/vue.draggable.next"
2727
><img
28-
src="https://circleci.com/gh/SortableJS/Vue.Draggable.svg?style=shield"
28+
src="https://circleci.com/gh/SortableJS/vue.draggable.next.svg?style=shield"
2929
/>
3030
</a>
3131
<a
3232
target="_blank"
33-
href="https://codecov.io/gh/SortableJS/Vue.Draggable"
33+
href="https://codecov.io/gh/SortableJS/vue.draggable.next"
3434
><img
35-
src="https://codecov.io/gh/SortableJS/Vue.Draggable/branch/master/graph/badge.svg"
35+
src="https://codecov.io/gh/SortableJS/vue.draggable.next/branch/master/graph/badge.svg"
3636
/>
3737
</a>
3838
<a
@@ -44,9 +44,9 @@
4444
</a>
4545
<a
4646
target="_blank"
47-
href="https://github.com/SortableJS/Vue.Draggable/issues?q=is%3Aopen+is%3Aissue"
47+
href="https://github.com/SortableJS/vue.draggable.next/issues?q=is%3Aopen+is%3Aissue"
4848
><img
49-
src="https://img.shields.io/github/issues/SortableJS/Vue.Draggable.svg"
49+
src="https://img.shields.io/github/issues/SortableJS/vue.draggable.next.svg"
5050
/>
5151
</a>
5252
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable"
@@ -60,9 +60,9 @@
6060
</a>
6161
<a
6262
target="_blank"
63-
href="https://github.com/SortableJS/Vue.Draggable/blob/master/LICENSE"
63+
href="https://github.com/SortableJS/vue.draggable.next/blob/master/LICENSE"
6464
><img
65-
src="https://img.shields.io/github/license/SortableJS/Vue.Draggable.svg"
65+
src="https://img.shields.io/github/license/SortableJS/vue.draggable.next.svg"
6666
/>
6767
</a>
6868
</div>
@@ -103,7 +103,7 @@
103103
class="icon github"
104104
target="_blank"
105105
:href="
106-
`https://github.com/SortableJS/Vue.Draggable/blob/master/example/components/${component.name}.vue`
106+
`https://github.com/SortableJS/vue.draggable.next/blob/master/example/components/${component.name}.vue`
107107
"
108108
>
109109
<button class="btn btn-secondary">

src/vuedraggable.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ declare module 'vuedraggable' {
6363
options: any;
6464
list: any[];
6565
value: any[];
66-
noTransitionOnDrag?: boolean;
6766
clone: any;
6867
tag?: string | null;
6968
move: any;

0 commit comments

Comments
 (0)