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

Hello, I want to add chinese docs for pinia. I had added `zh` folder, and completed the config for localisation. But I don't know if the official team is willing...

help wanted
๐Ÿ“š docs

hello. I would like to add Korean documentation for pinia. After adding the kr folder, we are preparing for translation. I've opened this PR to see if you're interested in...

I wrote an article on the Vue School blog detailing the migration process for our Vue.js 3 Master Class codebase. We think it could be a helpful resource. wdyt? Thanks!...

Closes https://github.com/vuejs/pinia/issues/1063 Turned out in nuxt plugin environment, `pinia._a` is not yet defined which resulted in devtools unable to find app record.

### What problem is this solving I have a store. I copied it to make a second store but forgot to change the name of the second store. This resulted...

discussion
feature request

### Reproduction https://github.com/reuwi/pinia-vue2-watch-bug-repro/tree/master ### Steps to reproduce the bug #### Step1: Clone this repo to local ``` git clone [email protected]:reuwi/pinia-vue2-watch-bug-repro.git ``` #### Step2: install dependencies ``` npm install && npm...

bug
has workaround
vue 2.x

### What problem is this solving Implement something like [NuxtServerInit Action](https://nuxtjs.org/docs/directory-structure/store/#the-nuxtserverinit-action), so we can load data from the server-side and give it directly to the client-side on the initial load/render....

contribution welcome
feature request
โ›ฐ pkg:nuxt

### Reproduction https://github.com/heykc/pinia-test ### Steps to reproduce the bug 1. pull down the repo above 2. run the test 3. notice test fails with a warning of `[Vue warn]: Write...

bug
๐Ÿงช pkg:testing
vue 2.x

Close #58 This still needs work, it's more of an experiment yet. Feel free to pick it up and move forward or propose API ideas So far: - Make `store.aStateProperty`...