Nuxt/docs/content/4.examples/3.composables/use-cookie.md
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00

13 lines
324 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.
::ReadMore{link="/api/composables/use-cookie"}
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-cookie" file="app.vue"}