Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
1152d6d4
Commit
1152d6d4
authored
Oct 18, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed TagSelect demo & PageHeader index
parent
8b48d540
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/PageHeader/index.js
src/components/PageHeader/index.js
+1
-1
src/components/TagSelect/demo/simple.md
src/components/TagSelect/demo/simple.md
+1
-1
No files found.
src/components/PageHeader/index.js
View file @
1152d6d4
...
...
@@ -50,7 +50,7 @@ export default class PageHeader extends PureComponent {
<
Breadcrumb
className
=
{
styles
.
breadcrumb
}
>
{
breadcrumbList
.
map
(
item
=>
(
<
Breadcrumb
.
Item
>
<
Breadcrumb
.
Item
key
=
{
item
.
title
}
>
{
item
.
href
?
<
a
href
=
""
>
{
item
.
title
}
<
/a> : item.title
}
<
/Breadcrumb.Item>
)
)
...
...
src/components/TagSelect/demo/simple.md
View file @
1152d6d4
...
...
@@ -6,7 +6,7 @@ title: Simple
简单的页头。
````
jsx
import
TagSelect
from
'
ant-design-pro/lib/
CountDown
'
;
import
TagSelect
from
'
ant-design-pro/lib/
TagSelect
'
;
const
TagOption
=
TagSelect
.
Option
;
const
TagExpand
=
TagSelect
.
Expand
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment