状态管理

源码
此示例展示如何使用 `useState` 组合式函数,在组件之间创建响应式且适合 SSR 的共享状态。
https://state-management.example.nuxt.space
Docs > Getting Started > State Management 中查看详情
Docs > API > Composables > Use State 中查看详情