Browse Source

fixed TagSelect demo & PageHeader index

pull/21/head
nikogu 9 years ago
parent
commit
1152d6d49c
  1. 2
      src/components/PageHeader/index.js
  2. 2
      src/components/TagSelect/demo/simple.md

2
src/components/PageHeader/index.js

@ -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>)
)

2
src/components/TagSelect/demo/simple.md

@ -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;

Loading…
Cancel
Save