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

12 lines
326 B
Markdown

---
title: "useCookie"
description: "This example shows how to use the useCookie API to persist small amounts of data that both client and server can use."
toc: false
---
::ReadMore{link="/api/composables/use-cookie"}
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-cookie" file="app.vue"}
::