Skip to content

Commit 40f437d

Browse files
committed
fix(nuxt): tidy up remnants of previous useId implementation
1 parent c066edf commit 40f437d

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

docs/3.api/2.composables/use-id.md

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import { useId as _useId } from 'vue'
22

3+
/** @deprecated Use `useId` from `vue` */
34
export const useId = _useId

packages/nuxt/src/app/nuxt.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ interface _NuxtApp {
117117
* The id of the Nuxt application.
118118
* @internal */
119119
_id: string
120-
/**
121-
* The next id that can be used for generating unique ids via `useId`.
122-
* @internal
123-
*/
124-
_genId?: number
125120
/** @internal */
126121
_scope: EffectScope
127122
/** @internal */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy