pinia icon indicating copy to clipboard operation
pinia copied to clipboard

🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support

Results 60 pinia issues
Sort by recently updated
recently updated
newest added

### What problem is this solving When documenting a component with storybook and its docs addon, multiple stories are rendered in one MDX document. That means they are technically part...

✨ enhancement

I think it would be nice to gather feedback about how to improve the existing devtools or reporting bugs. If you find something that you think can be improved, a...

contribution welcome
discussion

## Description: This allows Pinia store getters in Vue 2 apps to be reassigned as shown in the [test here](https://github.com/vuejs/pinia/blob/6ce186f5acf50c0c4ece1aec6468534e0916e688/packages/testing/src/testing.spec.ts#L203). ## Related Issues: Close #1200 ## Testing Notes: I wasn't...

WIP

### What problem is this solving I wrote a plugin to solve #625. This is basically working, but the types of the stores defined in the new stores option in...

feature request
typescript

Currently, the debugging information of events in the Timeline has almost nothing on Vue 2. While tha `events` array doesn't exist in Vue 2, there should be some kind of...

✨ enhancement
contribution welcome
discussion

Hello, Really top Pinia I had a little time and so if you like it here is my French version of Pinia's doc

📚 docs
WIP
external

### Reproduction https://github.com/guillaumeduliscouet/example-nuxt-2 It is a fork of the official exemple with only this added as a nuxt plugin: ```js export default async ({ $pinia }) => { useUserStore($pinia).logout() }...

help wanted
contribution welcome
vue 2.x
⛰ pkg:nuxt
🧑‍💻 pkg:devtools

![{d3c328eb-3503-486c-8de3-8453e102dad9}](https://user-images.githubusercontent.com/53081460/190973905-559d0113-1a35-4992-9b20-4c9a315bd492.png)

### Reproduction https://github.com/basuneko/pinia-devtools-issue ### Steps to reproduce the bug 1. Checkout the reproduction repo and run `npm run serve` 2. Open a new tab and devtools 3. Open the reproduction...

contribution welcome
vue 2.x
🧑‍💻 pkg:devtools