-
-
Notifications
You must be signed in to change notification settings - Fork 255
docs: add disabledOverflow prop #789
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
base: master
Are you sure you want to change the base?
Conversation
Walkthrough本次变更在README文档中为Menu组件新增了 Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
232-237
: 校对文档:修正拼写错误及移除句点
描述中的 “overlow” 应为 “overflow”;并建议去掉句末的句点以保持与其他条目一致。
建议使用以下 diff:<tr> - <td>disabledOverflow</td> - <td>Boolean</td> - <th>false</th> - <td>Disable overlow in horizontal mode.</td> + <td>disabledOverflow</td> + <td>Boolean</td> + <th>false</th> + <td>disable overflow in horizontal mode</td> </tr>
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
(1 hunks)
🔇 Additional comments (1)
README.md (1)
232-237
: 确保组件实现与文档同步
请确认Menu
组件的代码已支持disabledOverflow
属性,否则文档更新可能与实际 API 不一致。
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #789 +/- ##
=======================================
Coverage 99.72% 99.72%
=======================================
Files 27 27
Lines 734 734
Branches 198 198
=======================================
Hits 732 732
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
solution to https://www.cnblogs.com/luyifo/articles/18064051
Summary by CodeRabbit
disabledOverflow
属性的说明,包括类型、默认值和功能描述。