-
Hello especially to the maintainers of this repo.
Looks like last update was 2 years ago. I created an issue regarding class component support for vue3 (https://github.com/vuejs/vue-class-component…
-
I always use **vuex actions** to send requests via `axios` and then if the request response needs to be stored in the state I will mutate it if not I will return the response.
I have used Vuex before…
-
### CONTEXT
We are using Storybook to build and test vue components that are in use in a Nuxt.js application. After migration to Apollo 3.x I want to use this addon to mock our GraphQL queries in s…
-
Hey,
I'm using nuxt-property-decorator which just exports some stuff of this module. So I'm reporting it here, because i think it's not a question for the nuxt-property-decorator module.
I've create…
-
I am creating a new project with Nuxt and I have added your library (thanks for your work by the way ;) ) but there is a problem with the Action decorator.
It force me all the time to return promis…
-
Hello @Gomah , this project can be used in production?
-
I am using two namespaced modules. In one module I have an action in which I am trying to commit a mutation from the other module. I am getting this error:
```
Error: ERR_ACTION_ACCESS_UNDEFINED: …
-
**TypeScript Version:** 2.4.2
**Code**
(using Angular 4)
```ts
// other-file.ts
export interface MyInterface { a: string }
// my-class.ts
import { Input } from '@angular/core'
import {…
-
I've just started using nuxt-property-decorator (I'm new with vue-property-decorator as well) and I would like to ask how you remember all the hooks. It's totally unclear (on the first glance) why som…
-
- **I'm submitting a ...**
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[x] question about how to use this project
I have this `page` component in…