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 abf53b9 commit 7989b52Copy full SHA for 7989b52
src/api/composition-api-helpers.md
@@ -134,5 +134,5 @@ Used to generate unique-per-application IDs for accessibility attributes or form
134
If you have more than one Vue application instance of the same page, you can avoid ID conflicts by giving each app an ID prefix via [`app.config.idPrefix`](/api/application#app-config-idprefix).
135
136
:::warning Caution
137
- `useId()` should be not be called inside a `computed()` property as it may cause instance conflicts. Instead, declare the ID outside of `computed()` and reference it within the computed function.
+ `useId()` should not be called inside a `computed()` property as it may cause instance conflicts. Instead, declare the ID outside of `computed()` and reference it within the computed function.
138
:::
0 commit comments