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

docs: add addendum on useId usage with computed #2604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
jay-es merged 1 commit into vuejs-translations:main from jay-es:2603
Jul 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/api/composition-api-helpers.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,7 @@ TypeScript を使用する場合は、代わりに [`defineSlots()`](/api/sfc-sc
`useId()` で生成された ID は、サーバとクライアントのレンダー間で安定していることが保証されているため、SSR アプリケーションでもハイドレーションミスマッチを起こすことなく使用できます。

同じページ内に複数の Vue アプリケーションのインスタンスがある場合、[`app.config.idPrefix`](/api/application#app-config-idprefix)を使用して各アプリケーションに ID プレフィックスを与えることで、ID の衝突を避けることができます。

:::warning 注意
`useId()` は `computed()` プロパティ内で呼び出すべきではありません。インスタンスの競合を引き起こす可能性があります。代わりに、`computed()` の外で ID を宣言し、computed 関数内でその ID を参照してください。
:::

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