Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 19, 2023
1 parent 686df47 commit 544731a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Expand Up @@ -147,16 +147,7 @@ new Vue({
})
```

```js
// Nuxt 3
export default defineNuxtConfig({
// ... other options
modules: [
// ...
'@pinia/nuxt',
],
})
```
For more detailed instructions, including [Nuxt configuration](https://pinia.vuejs.org/ssr/nuxt.html#nuxt-js), check the [Documentation](https://pinia.vuejs.org).

### Create a Store

Expand Down

0 comments on commit 544731a

Please sign in to comment.