Nuxt/docs/4.examples/3.composables/use-cookie.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

14 lines
306 B
Markdown

---
toc: false
---
# useCookie
This example shows how to use the useCookie API to persist small amounts of data that both client and server can use.
::ReadMore{link="/docs/api/composables/use-cookie"}
::
::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/composables/use-cookie" file="app.vue"}
::