We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05590b2 commit 3d238f7Copy full SHA for 3d238f7
packages/docs/ssr/nuxt.md
@@ -80,7 +80,7 @@ export default {
80
81
By default `@pinia/nuxt` exposes a few auto imports:
82
83
-- `usePinia()`, which is similar to `getActivePinia()` but works better with Nuxt. You can add auto imports to make your life easier:
+- `usePinia()`, which is similar to `getActivePinia()` but works better with Nuxt.
84
- `defineStore()` to define stores
85
- `storeToRefs()` when you need to extract individual refs from a store
86
- `acceptHMRUpdate()` for [hot module replacement](../cookbook/hot-module-replacement.md)
0 commit comments