Skip to content
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

Merged
merged 3 commits into from
Mar 17, 2023

Conversation

tiny-dust
Copy link
Collaborator

Checklist


  • Fix linting errors
  • Tests have been added / updated (or snapshots)

Change information

fix #911


@vercel
Copy link

vercel bot commented Mar 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
varlet ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 1:40PM (UTC)
varlet-ui-playground ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 1:40PM (UTC)

| `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` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该修改为 #/en-US/icon

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是哦,稍等

@codecov-commenter
Copy link

Codecov Report

Merging #912 (db3cbbc) into dev (9337db8) will decrease coverage by 0.07%.
The diff coverage is n/a.

📣 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"}` |''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多了一列

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bottom-navigation API router abnormal
3 participants