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 9a1ae60 commit 1e03db2Copy full SHA for 1e03db2
packages/@headlessui-vue/src/hooks/use-id.ts
@@ -13,10 +13,10 @@ export function useId() {
13
}
14
15
/**
16
- * This function is allows users to provide a custom id generator
17
- * as a workaround for the lack of stable SSR IDs in Vue 3.x
+ * This function allows users to provide a custom ID generator
+ * as a workaround for the lack of stable SSR IDs in Vue 3.x.
18
*
19
- * This lets users of Nuxt swap in the Nuxt `useId` function
+ * This Nuxt users use the Nuxt provided `useId` function
20
* which is stable across SSR and client.
21
*/
22
export function provideUseId(fn: () => string) {
0 commit comments