質問編集履歴
1
誤字脱字
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
<script>
|
23
23
|
new Vue({
|
24
|
-
el: '#
|
24
|
+
el: '#GGGG',
|
25
25
|
data: {
|
26
26
|
message: '',
|
27
27
|
messages: [],
|
@@ -32,7 +32,6 @@
|
|
32
32
|
axios.get(url)
|
33
33
|
.then((response) => {
|
34
34
|
this.messages = response.data;
|
35
|
-
// alert(response.data);
|
36
35
|
});
|
37
36
|
|
38
37
|
},
|