From 7b7839f23ffc65fda99864b288ff6e212dbced29 Mon Sep 17 00:00:00 2001 From: Ziqiu Zhao <39512431+ZzqiZQute@users.noreply.github.com> Date: Fri, 4 Feb 2022 22:00:05 +0800 Subject: [PATCH 1/2] fix: typo --- .vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index f2d943d..2bc9527 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -79,7 +79,7 @@ export default { link: '/breaking-changes/listeners-removed' }, { - text: '$attrs includes class & class', + text: '$attrs includes class & style', link: '/breaking-changes/attrs-includes-class-style' } ] From 40e3e4ab4613a02cfe58feccfb7e03f23d2e288f Mon Sep 17 00:00:00 2001 From: Ziqiu Zhao <39512431+ZzqiZQute@users.noreply.github.com> Date: Fri, 4 Feb 2022 22:21:00 +0800 Subject: [PATCH 2/2] fix: typo --- src/breaking-changes/vnode-lifecycle-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/breaking-changes/vnode-lifecycle-events.md b/src/breaking-changes/vnode-lifecycle-events.md index aa9c019..9a4af6a 100644 --- a/src/breaking-changes/vnode-lifecycle-events.md +++ b/src/breaking-changes/vnode-lifecycle-events.md @@ -9,7 +9,7 @@ badges: In Vue 2, it was possible to use events to listen for key stages in a component's lifecycle. These events had names that started with the prefix `hook:`, followed by the name of the corresponding lifecycle hook. -In Vue 3, this prefix has been changed to `vnode-`. In addition, these events are now available for HTML elements as well as components. +In Vue 3, this prefix has been changed to `vue:`. In addition, these events are now available for HTML elements as well as components. ## 2.x Syntax