質問編集履歴
1
具体的なURLを伏せました
title
CHANGED
File without changes
|
body
CHANGED
@@ -74,7 +74,7 @@
|
|
74
74
|
|
75
75
|
let search2 = {
|
76
76
|
get: async function (type, keyword){
|
77
|
-
const res = await axios.get('
|
77
|
+
const res = await axios.get('URL?title='+keyword)
|
78
78
|
this.items = res.data.Items
|
79
79
|
console.log(this.items)
|
80
80
|
}
|