Nuxt/docs/content/4.examples/3.composables/use-cookie.md
Clément Ollivier 1a7b570c82
docs(examples): add examples to docs (#3966)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-30 17:59:28 +02:00

14 lines
355 B
Markdown

---
template: Example
---
# useCookie
This example shows how to use the `useCookie` API to persist small amounts of data that both client-side and server-side can use.
::alert{type=info icon=👉}
Learn more about [useCookie](/docs/usage/cookies).
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-cookie" file="app.vue"}