質問編集履歴
3
しゅうせい
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,6 +14,9 @@
|
|
14
14
|
<html lang="ja">
|
15
15
|
<head>
|
16
16
|
<!-- 中略 -->
|
17
|
+
<script src="/static/vue/vue-infinite-loading.js"></script>
|
18
|
+
<script src="/static/vue/vue.js"></script>
|
19
|
+
<script src="/static/vue/scripts/home.js"></script>
|
17
20
|
</head>
|
18
21
|
<body>
|
19
22
|
|
@@ -28,9 +31,6 @@
|
|
28
31
|
<!-- 中略 -->
|
29
32
|
</ul>
|
30
33
|
</div>
|
31
|
-
<script src="/static/vue/vue-infinite-loading.js"></script>
|
32
|
-
<script src="/static/vue/vue.js"></script>
|
33
|
-
<script src="/static/vue/scripts/home.js"></script>
|
34
34
|
</body>
|
35
35
|
</html>
|
36
36
|
```
|
2
誤字のため
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,6 +13,10 @@
|
|
13
13
|
<!DOCTYPE html>
|
14
14
|
<html lang="ja">
|
15
15
|
<head>
|
16
|
+
<!-- 中略 -->
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
|
16
20
|
<!-- 中略 -->
|
17
21
|
<div id="contents" class="home" v-cloak>
|
18
22
|
|
@@ -27,10 +31,6 @@
|
|
27
31
|
<script src="/static/vue/vue-infinite-loading.js"></script>
|
28
32
|
<script src="/static/vue/vue.js"></script>
|
29
33
|
<script src="/static/vue/scripts/home.js"></script>
|
30
|
-
</head>
|
31
|
-
<body>
|
32
|
-
|
33
|
-
|
34
34
|
</body>
|
35
35
|
</html>
|
36
36
|
```
|
1
ご指摘があったので、
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,8 +24,8 @@
|
|
24
24
|
<!-- 中略 -->
|
25
25
|
</ul>
|
26
26
|
</div>
|
27
|
+
<script src="/static/vue/vue-infinite-loading.js"></script>
|
27
28
|
<script src="/static/vue/vue.js"></script>
|
28
|
-
<script src="/static/vue/vue-infinite-loading.js"></script>
|
29
29
|
<script src="/static/vue/scripts/home.js"></script>
|
30
30
|
</head>
|
31
31
|
<body>
|