質問編集履歴
1
具体的なURLを伏せました
test
CHANGED
File without changes
|
test
CHANGED
@@ -150,7 +150,7 @@
|
|
150
150
|
|
151
151
|
get: async function (type, keyword){
|
152
152
|
|
153
|
-
const res = await axios.get('
|
153
|
+
const res = await axios.get('URL?title='+keyword)
|
154
154
|
|
155
155
|
this.items = res.data.Items
|
156
156
|
|