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

What pain point does this package solve?

Open gotexis opened this issue 5 years ago • 3 comments

Hey, I have seen recommendations to use this package. I'm thinking If there is a comparison between this/style and the vanilla style it will help me decide on whether I should adopt this project.

gotexis avatar Mar 28 '19 00:03 gotexis

Like vue-property-decorator, my understanding is that it's all syntactic sugar around being able to use an annotation/decorator driven workflow.

blaskovicz avatar Mar 29 '19 19:03 blaskovicz

https://github.com/vuejs/vue-class-component/issues/109#issuecomment-310919020 This package is necessary if you don't want to write definitions twice.

bendwarn avatar Nov 08 '19 03:11 bendwarn

It resolves almost all my issues related to typing system when using Typescript with Vue. Using classical extend style it often cannot derive type and cause me to write ugly code like (this as any).comeComputedProp = newVal.

nosuchip avatar Nov 30 '19 17:11 nosuchip