typed-vuex icon indicating copy to clipboard operation
typed-vuex copied to clipboard

đŸĻ A typed store accessor for vanilla Vuex.

Results 49 typed-vuex issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vue/eslint-config-typescript](https://togithub.com/vuejs/eslint-config-typescript) | [`^5` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@vue%2feslint-config-typescript/5.1.0/11.0.2) | [![age](https://badges.renovateapi.com/packages/npm/@vue%2feslint-config-typescript/11.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@release-it/conventional-changelog](https://togithub.com/release-it/conventional-changelog) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@release-it%2fconventional-changelog/4.3.0/5.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@release-it%2fconventional-changelog/5.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

- [ ] `nuxt-typed-vuex` (waiting on Vue 3 support in Nuxt) - [x] `typed-vuex` - [ ] fix accessor type inference

When I test my component where using $accessor from "nuxt-typed-vuex" library I get 'TypeError: Cannot read property '$accessor' of undefined': ![Screenshot from 2022-04-21 11-24-38](https://user-images.githubusercontent.com/37309401/164412830-17e45a28-0c9f-40f8-a6a6-5ecb31af65d3.png) index.vue file: ![Screenshot from 2022-04-21 11-23-40](https://user-images.githubusercontent.com/37309401/164413175-d93dcab5-5c95-41b3-b808-558b6478c0e7.png)...

bug

**🆒 Your use case** In project with many undepended pages I want to dynamically register and unregister modules based on my needs on global level. I want those modules to...

enhancement

I wrote a [script](https://github.com/kj455/typed-vuex-migration) which helps migrate to typed-vuex from vuex. When I started using typed-vuex in an existing vue/nuxt project, I had to do some tedious work. - add...

documentation
enhancement

Hi, it looks like `nuxtServerInit` ain't working when `nuxt-vite` and `nuxt-typed-vuex` are both in `buildModules`. Here's a simple reproduction https://github.com/mirabledictu/test-vuex-vite I have a simple console log there ```js export const...

bug

**📚 Is your documentation request related to a problem? Please describe.** I think it's a good idea to add some reference of how to write tests using the accessor. I...

documentation

**🐛 The bug** Nuxt Auth cannot register a module in store, look the devtools **🛠ī¸ To reproduce** https://codesandbox.io/s/distracted-platform-hw4xe **🌈 Expected behaviour** Nuxt Auth can register a module for authentification. **ℹī¸...

bug