Skip to content

Commit 1852849

Browse files
Merge branch 'vuejs:v3' into feature/eslint-plugin-issue-2612
2 parents 9153654 + eece5c1 commit 1852849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const sharedConfig = defineConfig({
9696
[
9797
'script',
9898
{
99-
src: 'https://vueschool.io/banner.js?affiliate=pinia&type=top',
99+
src: 'https://media.bitterbrains.com/main.js?from=pinia&type=top',
100100
// @ts-expect-error: vitepress bug
101101
async: true,
102102
type: 'text/javascript',

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. 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)