8000 New version · SortableJS/vue.draggable.next@cf0aba1 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf0aba1

Browse files
New version
1 parent 24c893e commit cf0aba1

File tree

8 files changed

+174
-200
lines changed

8 files changed

+174
-200
lines changed

dist/vuedraggable.common.js

Lines changed: 3 additions & 3 deletions
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: 3 additions & 3 deletions
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.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: 133 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/App.vue

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<template>
22
<div id="app">
3-
<a
4-
href="https://github.com/SortableJS/Vue.Draggable"
5-
target="_blank"
6-
>
3+
<a href="https://github.com/SortableJS/Vue.Draggable" target="_blank">
74
<img
85
style="position: fixed; top: 0; right: 0; border: 0; z-index:99999"
96
width="149"
@@ -27,50 +24,51 @@
2724
<a
2825
target="_blank"
2926
href="https://circleci.com/gh/SortableJS/Vue.Draggable"
30-
><img src="https://circleci.com/gh/SortableJS/Vue.Draggable.svg?style=shield" />
27+
><img
28+
src="https://circleci.com/gh/SortableJS/Vue.Draggable.svg?style=shield"
29+
/>
3130
</a>
3231
<a
3332
target="_blank"
3433
href="https://codecov.io/gh/SortableJS/Vue.Draggable"
35-
><img src="https://codecov.io/gh/SortableJS/Vue.Draggable/branch/master/graph/badge.svg" />
34+
><img
35+
src="https://codecov.io/gh/SortableJS/Vue.Draggable/branch/master/graph/badge.svg"
36+
/>
3637
</a>
3738
<a
3839
target="_blank"
3940
href="https://codebeat.co/projects/github-com-sortablejs-vue-draggable-master"
40-
><img src="https://codebeat.co/badges/7a6c27c8-2d0b-47b9-af55-c2eea966e713" />
41+
><img
42+
src="https://codebeat.co/badges/7a6c27c8-2d0b-47b9-af55-c2eea966e713"
43+
/>
4144
</a>
4245
<a
4346
target="_blank"
4447
href="https://github.com/SortableJS/Vue.Draggable/issues?q=is%3Aopen+is%3Aissue"
45-
><img src="https://img.shields.io/github/issues/SortableJS/Vue.Draggable.svg" />
48+
><img
49+
src="https://img.shields.io/github/issues/SortableJS/Vue.Draggable.svg"
50+
/>
4651
</a>
47-
<a
48-
target="_blank"
49-
href="https://www.npmjs.com/package/vuedraggable"
50-
><img src="https://img.shields.io/npm/dt/vuedraggable.svg" />
52+
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable"
53+
><img src="https://img.shields.io/npm/dt/vuedraggable.svg" />
5154
</a>
52-
<a
53-
target="_blank"
54-
href="https://www.npmjs.com/package/vuedraggable"
55-
><img src="https://img.shields.io/npm/dm/vuedraggable.svg" />
55+
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable"
56+
><img src="https://img.shields.io/npm/dm/vuedraggable.svg" />
5657
</a>
57-
<a
58-
target="_blank"
59-
href="https://www.npmjs.com/package/vuedraggable"
60-
><img src="https://img.shields.io/npm/v/vuedraggable.svg" />
58+
<a target="_blank" href="https://www.npmjs.com/package/vuedraggable"
59+
><img src="https://img.shields.io/npm/v/vuedraggable.svg" />
6160
</a>
6261
<a
6362
target="_blank"
6463
href="https://github.com/SortableJS/Vue.Draggable/blob/master/LICENSE"
65-
><img src="https://img.shields.io/github/license/SortableJS/Vue.Draggable.svg" />
64+
><img
65+
src="https://img.shields.io/github/license/SortableJS/Vue.Draggable.svg"
66+
/>
6667
</a>
6768
</div>
6869
</div>
6970

70-
<ul
71-
class="nav nav-tabs"
72-
role="tablist"
73-
>
71+
<ul class="nav nav-tabs" role="tablist">
7472
<li
7573
class="nav-item"
7674
v-for="component in componentList"
@@ -83,14 +81,12 @@
8381
:href="`#${component.name}`"
8482
role="tab"
8583
aria-controls="profile"
86-
>{{ component.display }}</a>
84+
>{{ component.display }}</a
85+
>
8786
</li>
8887
</ul>
8988

90-
<div
91-
class="tab-content"
92-
id="tab-content"
93-
>
89+
<div class="tab-content" id="tab-content">
9490
<div
9591
class="tab-pane show"
9692
:id="component.name"
@@ -99,11 +95,9 @@
9995
v-for="component in componentList"
10096
:key="component.name"
10197
>
102-
10398
<div class=" justify-content-center jumbotron main-container">
10499
<div class="row icon-container">
105-
106-
<div>{{component.instruction}}</div>
100+
<div>{{ component.instruction }}</div>
107101

108102
<a
109103
class="icon github"

example/components/clone-on-control.vue

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,24 @@
99
:group="{ name: 'people', pull: pullFunction }"
1010
@start="start"
1111
>
12-
<div
13-
class="list-group-item"
14-
v-for="element in list1"
15-
:key="element.id"
16-
>
12+
<div class="list-group-item" v-for="element in list1" :key="element.id">
1713
{{ element.name }}
1814
</div>
1915
</draggable>
2016
</div>
2117

2218
<div class="col-3">
2319
<h3>Draggable 2</h3>
24-
<draggable
25-
class="dragArea list-group"
26-
:list="list2"
27-
group="people"
28-
>
29-
<div
30-
class="list-group-item"
31-
v-for="element in list2"
32-
:key="element.id"
33-
BB98 >
20+
<draggable class="dragArea list-group" :list="list2" group="people">
21+
<div class="list-group-item" v-for="element in list2" :key="element.id">
3422
{{ element.name }}
3523
</div>
3624
</draggable>
3725
</div>
3826

39-
<rawDisplayer
40-
class="col-3"
41-
:value="list1"
42-
title="List 1"
43-
/>
27+
<rawDisplayer class="col-3" :value="list1" title="List 1" />
4428

45-
<rawDisplayer
46-
class="col-3"
47-
:value="list2"
48-
title="List 2"
49-
/>
29+
<rawDisplayer class="col-3" :value="list2" title="List 2" />
5030
</div>
5131
</template>
5232

0 commit comments

Comments
 (0)
0