Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
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
index.js
src/components/PageHeader/index.js
+1
-1
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