Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What pain point does this package solve? #50

Open
gotexis opened this issue Mar 28, 2019 · 3 comments
Open

What pain point does this package solve? #50

gotexis opened this issue Mar 28, 2019 · 3 comments

Comments

@gotexis
Copy link

gotexis commented Mar 28, 2019

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.

@blaskovicz
Copy link

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

@bendwarn
Copy link

bendwarn commented Nov 8, 2019

vuejs/vue-class-component#109 (comment)
This package is necessary if you don't want to write definitions twice.

@nosuchip
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants