Current Count: {{ counter.count }}
```
--------------------------------
### Use a Pinia Store in a Vue Component
Source: https://github.com/vuejs/pinia/blob/v4/packages/docs/introduction.md
Import and use a Pinia store within a Vue component's script setup. Access state directly or use actions and $patch for state modifications.
```vue