-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
docs: use defineProps deconstruction #3090
Conversation
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3090 +/- ##
=======================================
Coverage 99.96% 99.97%
=======================================
Files 2776 2776
Lines 226338 226338
Branches 589 591 +2
=======================================
+ Hits 226267 226280 +13
+ Misses 71 58 -13 |
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.
The new syntax feels still weird to me and I would also like to explore how current state of IDE support is. Also we sadly did not benefit here in these examples of the real new feature of assigning default values and omit the use of withDefaults
🙁
Simplifies the vue components definitions by using deconstructors.