Skip to content

Commit 8a43894

Browse files
author
anthinkingcoder
committed
update readme.md
1 parent 38da35d commit 8a43894

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,22 @@
22
> a simple grid layout(Vue Component)
33
44
## Installation
5+
use npm
56
```bash
67
npm i simple-xgrid --save
78
import Grid from 'simple-xgrid'
89
Vue.use(Grid)
910
```
11+
use script
12+
```html
13+
<!-- import Vue.js -->
14+
<script src="//vuejs.org/js/vue.min.js"></script>
15+
<!-- import simple-grid.js -->
16+
<script src="dist/simple-grid.js"></script>
17+
```
18+
due to conflict,in this mode, you need change <col/> to <i-col><i-col/>。
19+
20+
1021
## Row Component
1122
### row props
1223
| param | description | type | default |

0 commit comments

Comments
 (0)