File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 12
12
class =" dragArea list-group"
13
13
:list =" list1"
14
14
:clone =" clone"
15
- :group =" { name: 'people', pull: pullFunction}"
15
+ :group =" { name: 'people', pull: pullFunction }"
16
16
@start =" start"
17
17
>
18
18
<div
27
27
28
28
<div class =" col-3" >
29
29
<h3 >Draggable 2</h3 >
30
- <draggable
31
- class =" dragArea list-group"
32
- :list =" list2"
33
- group =" people"
34
- >
30
+ <draggable class =" dragArea list-group" :list =" list2" group =" people" >
35
31
<div
36
32
class =" list-group-item"
37
33
v-for =" element in list2"
42
38
</draggable >
43
39
</div >
44
40
45
- <rawDisplayer
46
- class =" col-3"
47
- :value =" list1"
48
- title =" List 1"
49
- />
41
+ <rawDisplayer class =" col-3" :value =" list1" title =" List 1" />
50
42
51
- <rawDisplayer
52
- class =" col-3"
53
- :value =" list2"
54
- title =" List 2"
55
- />
43
+ <rawDisplayer class =" col-3" :value =" list2" title =" List 2" />
56
44
</div >
57
45
</div >
58
46
</template >
You can’t perform that action at this time.
0 commit comments