-
Notifications
You must be signed in to change notification settings - Fork 170
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
refactor(table): update api #639
Conversation
✅ Deploy Preview for oruga-documentation-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #639 +/- ##
===========================================
+ Coverage 59.04% 59.07% +0.03%
===========================================
Files 87 87
Lines 2415 2429 +14
Branches 809 814 +5
===========================================
+ Hits 1426 1435 +9
- Misses 878 883 +5
Partials 111 111
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This is part of #606
In this pull request I refactored the table component from Options-API to Composition-API.
Also some improvements are made and bugs are fixed.
Fixes #591
Fixes #508
Proposed Changes