Skip to content

Commit adb8b28

Browse files
author
anthinkingcoder
committed
update readme.md
1 parent 8463afb commit adb8b28

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,22 @@ use script
1616
<script src="dist/simple-grid.js"></script>
1717
```
1818
```
19-
due to conflict,use script, you need change <col><col/> to <i-col><i-col/>。
19+
due to conflict,use script, you need change <col><col/> to <i-col><i-col/>。
20+
21+
use scirpt default simple-grid.js include css, if your don't want, your
22+
can excute this command -> npm build:extracss, to extracss.
23+
```
24+
```html
25+
<!-- import Vue.js -->
26+
<script src="//vuejs.org/js/vue.min.js"></script>
27+
<!-- import simple-grid.css -->
28+
<link rel="stylesheet" href="dist/simple-css.css"></link>
29+
<!-- import simple-grid.js -->
30+
<script src="dist/simple-grid.js"></script>
2031
```
2132

2233

34+
2335
## Row Component
2436
### row props
2537
| param | description | type | default |

0 commit comments

Comments
 (0)