-
Notifications
You must be signed in to change notification settings - Fork 31
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(components,website): 重构Breadcrumb #132
Conversation
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
==========================================
- Coverage 64.06% 63.83% -0.24%
==========================================
Files 60 60
Lines 1511 1529 +18
Branches 406 409 +3
==========================================
+ Hits 968 976 +8
- Misses 540 550 +10
Partials 3 3
Continue to review full report at Codecov.
|
Deploy preview for ready! ✅ https://deploy-preview-132--gio-design.surge.sh |
import '@gio-design/components/es/components/breadcrumb/style/css.js'; | ||
|
||
export default () => { | ||
const routes = [ | ||
{ | ||
path: 'index', | ||
path: 'components', |
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.
path是否考虑加个#不会跳转到demo别的页面
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.
可以
affects: @gio-design/components, website
Deploy preview for ready! ✅ https://deploy-preview-132--gio-design.surge.sh |
|
affects: @gio-design/components, website