We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c3cf1 commit 63be8b5Copy full SHA for 63be8b5
README.md
@@ -116,7 +116,7 @@ createApp({
116
117
### Lifecycle Events
118
119
-You can listen to the special `vue:mounted` and `vue:unmounted` lifecycle events for each element:
+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+):
120
121
```html
122
<div
0 commit comments