Nuxt/docs/4.examples/3.composables/use-cookie.md

306 B

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"} ::