Skip to content

Commit

Permalink
docs: import storeToRefs in example (#2044)
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
  • Loading branch information
mehicalen and posva committed Mar 2, 2023
1 parent f03ad06 commit 5368a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/core-concepts/getters.md
Expand Up @@ -98,6 +98,7 @@ and use in component:

```vue
<script setup>
import { storeToRefs } from 'pinia'
import { useUserListStore } from './store'
const userList = useUserListStore()
Expand Down

0 comments on commit 5368a6a

Please sign in to comment.