-
-
Notifications
You must be signed in to change notification settings - Fork 629
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: button navigation modify the link in the document #912
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| `label` | Label text content | _string_ | - | | ||
| `namespace` | Icon namespace, extensible custom icon library, equivalent to the [namespace](/#/en-US/icon) of Icon component | _string_ | `var-icon` | | ||
| `namespace` | Icon namespace, extensible custom icon library, equivalent to the [namespace](/varlet/#/en-US/icon) of Icon component | _string_ | `var-icon` | |
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.
应该修改为 #/en-US/icon
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.
是哦,稍等
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## dev #912 +/- ##
==========================================
- Coverage 94.59% 94.53% -0.07%
==========================================
Files 275 275
Lines 6129 6129
Branches 1067 1067
==========================================
- Hits 5798 5794 -4
- Misses 331 335 +4 see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
| `border` | Whether to show border | _boolean_ | `false` | | ||
| `safe-area` | Whether to enable bottom safe area adaptation | _boolean_ | `false` | | ||
| `z-index` | Z-index | _number \| string_ | `1` | | ||
| `active-color` | Color of active tab item | _string_ | `-` | | ||
| `inactive-color` | Color of inactive tab item | _string_ | `-` | | ||
| `fab-props` | Fab button props | _ButtonProps_ | `{type: "primary"}` | | ||
| `fab-props` | Fab button props | _ButtonProps_ | `{type: "primary"}` |'' |
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.
多了一列
Checklist
Change information
fix #911