Skip to content

Commit

Permalink
fix: cell 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Jan 6, 2022
1 parent 1a13958 commit c9c1691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/cell/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CellDemo = () => {
testClick(event)
}
></Cell>
<h2>直接使用插槽(slot)</h2>
<h2>直接使用</h2>
<Cell title="我是标题" desc="描述文字">
<div>自定义内容</div>
</Cell>
Expand Down
2 changes: 1 addition & 1 deletion src/packages/cell/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const App = () => {
export default App;
```
:::
### 直接使用插槽
### 直接使用

```tsx
import React from "react";
Expand Down

0 comments on commit c9c1691

Please sign in to comment.