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

14 lines
306 B
Markdown
Raw Normal View History

---
toc: false
---
2022-11-08 17:03:18 +00:00
# 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"}
::