Skip to content

Commit 8565945

Browse files
author
anthinkingcoder
committed
update readme
1 parent 9898b83 commit 8565945

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# simple-grid
22
> a simple grid layout
3-
examples:
4-
<div id="app">
3+
4+
## 1.examples
5+
```html
56
<Row>
67
<Col :span="4" class="demo-col">span:4</Col>
78
<Col :span="4" class="demo-col">span:4</Col>
@@ -98,5 +99,6 @@
9899
order:3
99100
</Col>
100101
</Row>
101-
</div>
102-
![栅格布局](./static/grid.png)
102+
```
103+
## 2.效果
104+
![](./static/grid.png)

0 commit comments

Comments
 (0)