We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a6411 commit 2f7e6ebCopy full SHA for 2f7e6eb
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.2.4](https://github.com/axios-use/axios-use-vue/compare/v0.2.3...v0.2.4) (2024-01-08)
2
+
3
4
+### Bug Fixes
5
6
+* **useRequest:** cancel-sources comparison failed (vue reactivity in depth) ([6e60503](https://github.com/axios-use/axios-use-vue/commit/6e605036235ee0b7f1eedd4c60e4018e46e483da))
7
8
9
10
## [0.2.3](https://github.com/axios-use/axios-use-vue/compare/v0.2.2...v0.2.3) (2024-01-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@axios-use/vue",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "A Vue composition utilities for Axios.",
"type": "module",
"main": "lib/index.cjs",
0 commit comments