質問編集履歴
2
タグを追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
コードを変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,9 @@
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
-
|
37
|
+
①⑪[Nuxt.js(axios)]
|
38
|
+
|
39
|
+
```
|
38
40
|
|
39
41
|
await axios
|
40
42
|
|
@@ -78,9 +80,11 @@
|
|
78
80
|
|
79
81
|
});
|
80
82
|
|
83
|
+
```
|
81
84
|
|
85
|
+
⑫[express(axios)]
|
82
86
|
|
83
|
-
|
87
|
+
```
|
84
88
|
|
85
89
|
await axios.post(url, post_body, {
|
86
90
|
|
@@ -121,3 +125,5 @@
|
|
121
125
|
|
122
126
|
|
123
127
|
});
|
128
|
+
|
129
|
+
```
|