nuxt-community / nuxt-property-decorator

Property decorators for Nuxt (base on vue-property-decorator)
https://github.com/kaorun343/vue-property-decorator
MIT License
399 stars 34 forks source link

Integration with vue-apollo #16

Closed stevefan1999-personal closed 6 years ago

stevefan1999-personal commented 6 years ago

Right now, the smart query/subscrition of vue-apollo must be put into the class decorator of Component, and there're a lot of typing Catch-22s we had to turn off type checking temporarily to get it to stop redding our IDE. Is there any decorators for vue-apollo? It would be much better.

stevefan1999-personal commented 6 years ago

Hang on, wrong repo😑.

bieleckim commented 5 years ago

@stevefan1999-personal Do You found answer for this question? We have similar problem in our project, can u please look here - https://stackoverflow.com/questions/53173685/apollo-is-not-assignable-to-parameter-of-type-vueclassvue - thanks :)

stevefan1999-personal commented 5 years ago

@bieleckim The only workaround is to cast it into any...