Skip to content

Commit e2cc2c5

Browse files
author
anthinkingcoder
committed
update readme.md
1 parent a2accab commit e2cc2c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# simple-grid
22
> a simple grid layout(Vue Component)
3-
3+
##Installation
44
```bash
55
npm i simple-xgrid --save
66
import Grid from 'simple-xgrid'
77
Vue.use(Grid);
88
```
9-
10-
## 1.examples
9+
## examples
1110
```html
1211
<Row>
1312
<Col :span="4" class="demo-col">span:4</Col>
@@ -106,5 +105,5 @@ Vue.use(Grid);
106105
</Col>
107106
</Row>
108107
```
109-
## 2.result
108+
## result
110109
![](http://ofn22jfef.bkt.clouddn.com/grid.png)

0 commit comments

Comments
 (0)