Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7989b52

Browse files
docs: fix typo - remove duplicate word "be" (#3293)
Fix typo Removed "be"
1 parent abf53b9 commit 7989b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/api/composition-api-helpers.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ Used to generate unique-per-application IDs for accessibility attributes or form
134134
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).
135135

136136
:::warning Caution
137-
`useId()` should benot 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.
137+
`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.
138138
:::

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /