Skip to content

Commit f5a20ad

Browse files
authored
Update packages/docs/ssr/nuxt.md
1 parent f6e1bca commit f5a20ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/ssr/nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ By default `@pinia/nuxt` exposes a few auto imports:
9090
- `storeToRefs()` when you need to extract individual refs from a store
9191
- `acceptHMRUpdate()` for [hot module replacement](../cookbook/hot-module-replacement.md)
9292

93-
It also automatically imports **all stores** defined within your `stores` folder (note that in Nuxt 4, this folder has been moved from the project root directory to the `app` directory). It doesn't lookup for nested stores though. You can customize this behavior by setting the `storesDirs` option:
93+
It also automatically imports **all stores** defined within your `stores` folder (`app/stores` in Nuxt 4). It doesn't lookup for nested stores though. You can customize this behavior by setting the `storesDirs` option:
9494

9595
```ts
9696
// nuxt.config.ts

0 commit comments

Comments
 (0)