From 64ffb8ad143616a223cd294159ac505a365ae4a1 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sat, 24 Dec 2022 12:08:24 +0800 Subject: [PATCH] reuse vue mastery widget --- src/VueMastery.vue | 95 ++++++++++++++++++++++++++++++++++++++++++++++ src/index.md | 94 +++++---------------------------------------- src/zh/index.md | 84 +++------------------------------------- 3 files changed, 110 insertions(+), 163 deletions(-) create mode 100644 src/VueMastery.vue diff --git a/src/VueMastery.vue b/src/VueMastery.vue new file mode 100644 index 0000000..62cb1cd --- /dev/null +++ b/src/VueMastery.vue @@ -0,0 +1,95 @@ + + + diff --git a/src/index.md b/src/index.md index 2082ebf..3b2419b 100644 --- a/src/index.md +++ b/src/index.md @@ -3,92 +3,12 @@ This guide is primarily for users with prior Vue 2 experience who want to learn about the changes between Vue 2 and Vue 3. **This is not something you have to read from top to bottom before trying out Vue 3.** The recommended way to learn Vue 3 is by reading the [new documentation](https://vuejs.org). - - - + + - - ## Notable New Features Some of the new features to keep an eye on in Vue 3 include: @@ -117,3 +37,9 @@ New framework-level recommendations are listed [here](./recommendations). ## Migration Build If you have an existing Vue 2 project or library that you intend to upgrade to Vue 3, we provide a build of Vue 3 that offers Vue 2 compatible APIs. Check out the [Migration Build](./migration-build.html) page for more details. + + diff --git a/src/zh/index.md b/src/zh/index.md index 72881dd..97ca2e6 100644 --- a/src/zh/index.md +++ b/src/zh/index.md @@ -3,84 +3,10 @@ 本指南主要是为有 Vue 2 经验的、希望了解 Vue 3 的新功能和更改的用户而提供的。**在试用 Vue 3 之前,你不必完整阅读这些内容**。学习 Vue 3 的推荐方法是阅读[新的文档](https://cn.vuejs.org)。 - - - + +