get('/fetch', { params: { keywords: this.keywords } }) .then(response => this.selectedUser = response.data) .catch(error ...
確定! 回上一頁