Skip to content

Commit 40e3e4a

Browse files
authored
fix: typo
1 parent 7b7839f commit 40e3e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/breaking-changes/vnode-lifecycle-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ badges:
99

1010
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.
1111

12-
In Vue 3, this prefix has been changed to `vnode-`. In addition, these events are now available for HTML elements as well as components.
12+
In Vue 3, this prefix has been changed to `vue:`. In addition, these events are now available for HTML elements as well as components.
1313

1414
## 2.x Syntax
1515

0 commit comments

Comments
 (0)