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 52bfff4 commit eae2a38Copy full SHA for eae2a38
README.md
@@ -12,8 +12,8 @@ vue-concurrency aims to provide a reasonable abstraction for performing asynchro
12
13
## Features
14
15
-- Vue 3 ✅
16
-- Vue 2 + [@vue/composition-api](https://github.com/vuejs/composition-api) ✅
+- Vue 3 + Vue 2.7 (Version >= 4.x)✅
+- Vue 2 + [@vue/composition-api](https://github.com/vuejs/composition-api) (Version < 4.x) ✅
17
- **TypeScript support**
18
- **Async cancellation** via generator functions and [CAF](https://github.com/getify/CAF)
19
- Providing `AbortSignal` to **abort XHR/Fetch requests**
0 commit comments