vuex-class-component icon indicating copy to clipboard operation
vuex-class-component copied to clipboard

A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.

Results 47 vuex-class-component issues
Sort by recently updated
recently updated
newest added

Hi, I want to implement an abstract store because we have some stores that have actions and properties in common though our app. Therefore i created an abstract store class...

I am trying to make the library work with Nuxt. The docs say that what you need is: ```ts export class UserStore extends createModule({ target: "nuxt" }) { ... }...

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...

dependencies

Hello ! I ran into an issue while using this library. I am using version 2.3.5. When using nuxt `fetch` hook, and dispatching an action in the store, the data...

Hello, when i'm trying to use the store I have this error proxy.js?fe19:354 Uncaught (in promise) TypeError: commit is not a function here my code ``` import { action, createModule,...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hello! I am using nuxt and I can't seem to access my plugins on my action method body, am i doing something wrong?? I currently have my state set up...

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies

I wonder how this library will adapt to Vuex 5 (replacing mutations the concept of mutations by actions only (which can be sync or async) You might consider switching to...

Hi, Is this library vue3 compatible?? Thanks:)