From 602c73811bd80b6f1d17cdeed434d31808ac02fe Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Sat, 19 Sep 2020 14:12:47 -0400 Subject: [PATCH 1/2] docs: add cta for new users on migration page --- src/guide/migration/introduction.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index 1e97b4b925..dc93df77c2 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -1,5 +1,9 @@ # Introduction +::: info +New to Vue.js? Check out our [Essentials Guide](/guide/introduction.html) to get started. +::: + This guide is primarily for users with prior Vue 2 experience who want to learn about the new features and changes in Vue 3. The lists may look long, but it is because we want to be as thorough as possible and provide detailed examples for every documented change. **This is not something you have to read from top to bottom before trying out Vue 3.** - [Quickstart](#quickstart) From c8b501a62b94466b911c56d4ab0f6a4f1490d178 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Sat, 19 Sep 2020 14:14:40 -0400 Subject: [PATCH 2/2] docs: improve phrasing to prioritize message on how to approach the migration guide --- src/guide/migration/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index dc93df77c2..8059de860b 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -4,7 +4,7 @@ New to Vue.js? Check out our [Essentials Guide](/guide/introduction.html) to get started. ::: -This guide is primarily for users with prior Vue 2 experience who want to learn about the new features and changes in Vue 3. The lists may look long, but it is because we want to be as thorough as possible and provide detailed examples for every documented change. **This is not something you have to read from top to bottom before trying out Vue 3.** +This guide is primarily for users with prior Vue 2 experience who want to learn about the new features and changes in Vue 3. **This is not something you have to read from top to bottom before trying out Vue 3.** While it looks like a lot has changed, a lot of what you know and love about Vue is still the same; but we wanted to be as thorough as possible and provide detailed explanations and examples for every documented change. - [Quickstart](#quickstart) - [Notable New Features](#notable-new-features)