mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
355 B
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"}