在Vue裡面使用axios時會發現一般寫法 axios.post("", { query: `{ getdata { id } }` }) .then(function(res) { this.data = res; }).
確定! 回上一頁