File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="description " content ="">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
10
- <!-- Place favicon.ico in the root directory -->
11
-
12
10
< link rel ="stylesheet " href ="css/main.css ">
13
11
</ head >
14
12
< body >
15
13
16
14
< div id ="main ">
17
15
< h1 > Vue Dragable For</ h1 >
18
16
19
- < a href ="index.html "> See basic example</ a >
20
-
21
17
< div class ="drag ">
22
18
< h2 > List 1 v-dragable-for</ h2 >
23
19
< div class ="dragArea ">
@@ -39,11 +35,10 @@ <h2>List 1 v-for</h2>
39
35
< h2 > List 2 v-for</ h2 >
40
36
< div >
41
37
< div v-for ="element in list2 " options ='{"group":"people"} '> {{element.name}}</ div >
42
- </ div >
43
- </ div >
38
+ </ div >
39
+ </ div >
44
40
45
- < button @click ="add "> Add</ button >
46
- < button @click ="replace "> Replace</ button >
41
+ < a href ="index.html "> See basic example</ a >
47
42
48
43
< script type ="text/javascript " src ="..\libs\vue\dist\vue.js "> </ script >
49
44
< script type ="text/javascript " src ="..\libs\lodash\lodash.js "> </ script >
Original file line number Diff line number Diff line change 7
7
< meta name ="description " content ="">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
10
- <!-- Place favicon.ico in the root directory -->
11
-
12
10
< link rel ="stylesheet " href ="css/main.css ">
13
11
</ head >
14
12
< body >
15
13
16
14
< div id ="main ">
17
15
< h1 > Vue Dragable For</ h1 >
18
-
19
- < a href ="complex.html "> See other example</ a >
20
16
21
17
< div class ="drag ">
22
18
< h2 > Dragable v-dragable-for</ h2 >
@@ -35,6 +31,10 @@ <h2>Normal v-for</h2>
35
31
< button @click ="add "> Add</ button >
36
32
< button @click ="replace "> Replace</ button >
37
33
34
+ < br >
35
+
36
+ < a href ="complex.html "> See 2 lists example</ a >
37
+
38
38
< script type ="text/javascript " src ="..\libs\vue\dist\vue.js "> </ script >
39
39
< script type ="text/javascript " src ="..\libs\lodash\lodash.js "> </ script >
40
40
< script type ="text/javascript " src ="..\libs\Sortable\Sortable.js "> </ script >
You can’t perform that action at this time.
0 commit comments