Skip to content

Commit

Permalink
docs(Steps):示例文档错误 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-z committed Mar 16, 2022
1 parent 8e94cf1 commit f1ec501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-steps/README.md
Expand Up @@ -191,7 +191,7 @@ ReactDOM.render(<Demo />, _mount_);
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import { Steps } from 'uiw';
import { Steps, Row, Col } from 'uiw';

function Demo() {
return (
Expand Down Expand Up @@ -221,7 +221,7 @@ ReactDOM.render(<Demo />, _mount_);

## Props

### Steps
### Steps

| 参数 | 说明 | 类型 | 默认值 |
|--------- |-------- |---------- |-------- |
Expand Down

0 comments on commit f1ec501

Please sign in to comment.