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 63be8b5 commit 25803d5Copy full SHA for 25803d5
README.md
@@ -172,7 +172,7 @@ First, reusable scope logic can be created with functions:
172
}).mount()
173
</script>
174
175
-<div v-scope="Counter({ initialCount: 1 })" @mounted="mounted">
+<div v-scope="Counter({ initialCount: 1 })" @vue:mounted="mounted">
176
<p>{{ count }}</p>
177
<button @click="inc">increment</button>
178
</div>
@@ -316,7 +316,7 @@ Check out the [examples directory](https://github.com/vuejs/petite-vue/tree/main
316
317
- `v-scope`
318
- `v-effect`
319
-- `@mounted` & `@unmounted` events
+- `@vue:mounted` & `@vue:unmounted` events
320
321
### Has Different Behavior
322
0 commit comments