@nuxt/docs-nightly 4.1.2-29291615.b9ec6507 → 4.1.2-29293196.c82e5a04
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -88,7 +88,7 @@ Make sure to install the Pinia module with `npx nuxt module add pinia` or follow
|
|
|
88
88
|
::
|
|
89
89
|
|
|
90
90
|
::code-group
|
|
91
|
-
```ts [stores/website.ts]
|
|
91
|
+
```ts [app/stores/website.ts]
|
|
92
92
|
export const useWebsiteStore = defineStore('websiteStore', {
|
|
93
93
|
state: () => ({
|
|
94
94
|
name: '',
|