docs: fix typo in @pinia/nuxt module name (#20199)

This commit is contained in:
Jeremy Graziani 2023-04-11 14:41:22 +02:00 committed by GitHub
parent bc910f6837
commit 1f70cb7219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ Nuxt no longer provides a Vuex integration. Instead, the official Vue recommenda
A simple way to provide global state management with pinia would be: A simple way to provide global state management with pinia would be:
Install the [@nuxt/pinia](https://nuxt.com/modules/pinia) module: Install the [@pinia/nuxt](https://nuxt.com/modules/pinia) module:
```bash ```bash
yarn add pinia @pinia/nuxt yarn add pinia @pinia/nuxt