回答編集履歴

1

文法の修正

2019/01/18 07:25

投稿

nishi2424
nishi2424

スコア12

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```
2
2
 
3
- axios.delete('http://localhost/api/...',{ { data: params }, {headers: ... } })
3
+ axios.delete('http://localhost/api/...',{ data: params, headers: { ... } })
4
4
 
5
5
  ```
6
6