Skip to content

Commit 9ff3b98

Browse files
authored
README: fix typo (#120)
1 parent 37a1719 commit 9ff3b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ createApp({
116116

117117
### Lifecycle Events
118118

119-
You can listen to the special `vue:mounted` and `vue:unmounted` lifecycle events for each element (the `vue:` prefixed is required in 0.4.0+):
119+
You can listen to the special `vue:mounted` and `vue:unmounted` lifecycle events for each element (the `vue:` prefix is required since v0.4.0):
120120

121121
```html
122122
<div

0 commit comments

Comments
 (0)