From e1d3bcf68a470c2faccc49e227afbf781285b457 Mon Sep 17 00:00:00 2001 From: sunpochin Date: Fri, 15 Aug 2025 03:10:36 +0800 Subject: [PATCH 1/4] doc: addtion to readme about vue 3.2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 530c040b04b..dd214ac6bef 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ Refer to [functions list](https://vueuse.org/functions) or [documentations](http ## 📦 Install -> From v12.0, VueUse no longer supports Vue 2. Please use v11.x for Vue 2 support. +> From v12.0, VueUse no longer supports Vue 2. Please use v11.x for Vue 2 support. +> From v13.0, VueUse no longer supports Vue 3.2. ```bash npm i @vueuse/core From 428d26e4ac7df47b0fdc09add4dbbd78bc6c3151 Mon Sep 17 00:00:00 2001 From: sunpochin Date: Fri, 15 Aug 2025 03:12:57 +0800 Subject: [PATCH 2/4] doc: fix to Vue < 3.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd214ac6bef..1534cda7637 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Refer to [functions list](https://vueuse.org/functions) or [documentations](http ## 📦 Install > From v12.0, VueUse no longer supports Vue 2. Please use v11.x for Vue 2 support. -> From v13.0, VueUse no longer supports Vue 3.2. +> From v13.0, VueUse no longer supports Vue < 3.3. ```bash npm i @vueuse/core From b3eee43714fe4d0eb9f136707a5bad0f96f8cf5e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:57:13 +0000 Subject: [PATCH 3/4] [autofix.ci] apply automated fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1534cda7637..e28b08f07db 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Refer to [functions list](https://vueuse.org/functions) or [documentations](http ## 📦 Install -> From v12.0, VueUse no longer supports Vue 2. Please use v11.x for Vue 2 support. +> From v12.0, VueUse no longer supports Vue 2. Please use v11.x for Vue 2 support. > From v13.0, VueUse no longer supports Vue < 3.3. ```bash From d3ef8acdc786cb43da0ce5d969090c595b56ee34 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 18 Aug 2025 14:52:37 +0900 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e28b08f07db..55ef4c15966 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Refer to [functions list](https://vueuse.org/functions) or [documentations](http ## 📦 Install > From v12.0, VueUse no longer supports Vue 2. Please use v11.x for Vue 2 support. -> From v13.0, VueUse no longer supports Vue < 3.3. +> From v13.0, VueUse requires Vue v3.3+ ```bash npm i @vueuse/core