-
Notifications
You must be signed in to change notification settings - Fork 199
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
fix: 修复分页配置无法透传 #2666
fix: 修复分页配置无法透传 #2666
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Size Change: +743 B (0%) Total Size: 7.94 MB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2666 +/- ##
==========================================
+ Coverage 76.48% 79.18% +2.69%
==========================================
Files 240 159 -81
Lines 12312 9497 -2815
Branches 2630 2054 -576
==========================================
- Hits 9417 7520 -1897
+ Misses 1377 665 -712
+ Partials 1518 1312 -206 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-vue-v1.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
vue-s2,透传配置的visible属性失效,在S2options中pagenation动态变更visible,无法触发S2Pagenation的customOptions的visible更新。但当组件重新渲染时,该属性生效。 |
👀 PR includes
🐛 Bugfix
📝 Description
🖼️ Screenshot
🔗 Related issue link
close #2648
🔍 Self-Check before the merge