Skip to content

Commit

Permalink
doc: 更新文档示例预览 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed May 6, 2022
1 parent e96ed45 commit 9ff49a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions core/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function Demo() {
);
}

ReactDOM.render(<Demo />, _mount_);
export default Demo;
```

## 上中下布局
Expand All @@ -100,7 +100,7 @@ function Demo() {
);
}

ReactDOM.render(<Demo />, _mount_);
export default Demo;
```

## 左右布局
Expand Down Expand Up @@ -132,7 +132,7 @@ function Demo() {
);
}

ReactDOM.render(<Demo />, _mount_);
export default Demo;
```

## Layout
Expand Down
6 changes: 3 additions & 3 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function Demo() {
);
}

ReactDOM.render(<Demo />, _mount_);
export default Demo;
```

## Layout top-middle-bottom
Expand All @@ -100,7 +100,7 @@ function Demo() {
);
}

ReactDOM.render(<Demo />, _mount_);
export default Demo;
```

## Layout left-right
Expand Down Expand Up @@ -132,7 +132,7 @@ function Demo() {
);
}

ReactDOM.render(<Demo />, _mount_);
export default Demo;
```

## Layout
Expand Down

0 comments on commit 9ff49a6

Please sign in to comment.