We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useAxios()
#27 (comment)
The text was updated successfully, but these errors were encountered:
目前是用 vueuse 的 useAxios,不直接用 Axios 是有什麼考量嗎?
Sorry, something went wrong.
我們只有 GET 使用 useAxios,大部分是因為請求的方式含有動態的參數,以 Hooks 的形式比較簡潔
GET
useAxios
在 api.ts 中可以看到我們其他 POST, PUT, DELETE 的 API Calls 是用 Axios
api.ts
POST
PUT
DELETE
No branches or pull requests
#27 (comment)
The text was updated successfully, but these errors were encountered: