-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Improve the decorator for vue #1595
Improve the decorator for vue #1595
Conversation
Hey @kazupon you should be able to make branches on this repo and push to them, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
Tested locally ✅
We will possibly revisit the decorator concept with |
Can you fix the unit tests? it's probably just a matter of updating the snapshots |
…ook into improve/decorator-for-vue
fixed unit tests. @ndelangen |
Codecov Report
@@ Coverage Diff @@
## master #1595 +/- ##
==========================================
+ Coverage 20.68% 20.84% +0.15%
==========================================
Files 249 251 +2
Lines 5588 5575 -13
Branches 669 685 +16
==========================================
+ Hits 1156 1162 +6
+ Misses 3914 3892 -22
- Partials 518 521 +3
Continue to review full report at Codecov.
|
Well in the end, I want decorators to be framework independent. Do you see any way of making this happen for Even if not, I think Vue users will want the same thing, So I'd accept a PR for that. |
okay, |
…e related versions
done! |
I fixed a merge-conflict in the package.json dependencies. |
Thanks! |
Issue: #1529
What I did
Improve the decorator for Vue app storybook
How to test