From 28b17dafedee6914f93909dc0e6caae375ce7846 Mon Sep 17 00:00:00 2001 From: wxsm Date: Thu, 2 Dec 2021 18:18:51 +0800 Subject: [PATCH 01/28] update composition-api-introduction.md (#1360) --- src/guide/composition-api-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/composition-api-introduction.md b/src/guide/composition-api-introduction.md index ad771308b0..695cc9cacb 100644 --- a/src/guide/composition-api-introduction.md +++ b/src/guide/composition-api-introduction.md @@ -320,7 +320,7 @@ import { ref, onMounted, watch, toRefs } from 'vue' // in our component setup (props) { - // using `toRefs` to create a Reactive Reference to the `user` property of props + // using `toRefs` to create a Reactive Reference to the `user` property of `props` const { user } = toRefs(props) const repositories = ref([]) From f8c51901f9b28a6c6556dab29be589c39bd9b647 Mon Sep 17 00:00:00 2001 From: Nico Devs <3766839+nicodevs@users.noreply.github.com> Date: Sat, 4 Dec 2021 00:35:46 -0300 Subject: [PATCH 02/28] Remove Vue School's Black Friday banner (#1367) --- src/.vuepress/theme/layouts/Layout.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/.vuepress/theme/layouts/Layout.vue b/src/.vuepress/theme/layouts/Layout.vue index 221813c679..18d91ca121 100644 --- a/src/.vuepress/theme/layouts/Layout.vue +++ b/src/.vuepress/theme/layouts/Layout.vue @@ -5,8 +5,6 @@ @touchstart="onTouchStart" @touchend="onTouchEnd" > - -