From ea3b4e81ec889daf84e81ffc5457e77871b9c668 Mon Sep 17 00:00:00 2001 From: Michael Wilkinson Date: Mon, 5 Aug 2024 16:01:19 +0100 Subject: [PATCH] Update 8-0.md - typo for the version number The start of the upgrade instructions for Vue referenced Ionic version 7 when it should be 8 --- docs/updating/8-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating/8-0.md b/docs/updating/8-0.md index 831c8654139..e0e283b4ac5 100644 --- a/docs/updating/8-0.md +++ b/docs/updating/8-0.md @@ -50,7 +50,7 @@ npm install @ionic/react@8 @ionic/react-router@8 ### Vue -1. Ionic 7 supports Vue 3.0.6+. Update to the latest version of Vue: +1. Ionic 8 supports Vue 3.0.6+. Update to the latest version of Vue: ```shell npm install vue@^3.0.6 vue-router@^3.0.6