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

355 B

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. ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-cookie" file="app.vue"}