mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
docs: add source tag (#26884)
This commit is contained in:
parent
a63d186f39
commit
614b189296
@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: "useId"
|
title: "useId"
|
||||||
description: Generate an SSR-friendly unique identifier that can be passed to accessibility attributes.
|
description: Generate an SSR-friendly unique identifier that can be passed to accessibility attributes.
|
||||||
|
links:
|
||||||
|
- label: Source
|
||||||
|
icon: i-simple-icons-github
|
||||||
|
to: https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/composables/id.ts
|
||||||
|
size: xs
|
||||||
---
|
---
|
||||||
|
|
||||||
::important
|
::important
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: "usePreviewMode"
|
title: "usePreviewMode"
|
||||||
description: "Use usePreviewMode to check and control preview mode in Nuxt"
|
description: "Use usePreviewMode to check and control preview mode in Nuxt"
|
||||||
|
links:
|
||||||
|
- label: Source
|
||||||
|
icon: i-simple-icons-github
|
||||||
|
to: https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/composables/preview.ts
|
||||||
|
size: xs
|
||||||
---
|
---
|
||||||
|
|
||||||
# `usePreviewMode`
|
# `usePreviewMode`
|
||||||
|
Loading…
Reference in New Issue
Block a user