We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8463afb commit adb8b28Copy full SHA for adb8b28
README.md
@@ -16,10 +16,22 @@ use script
16
<script src="dist/simple-grid.js"></script>
17
```
18
19
- due to conflict,use script, you need change <col><col/> to <i-col><i-col/>。
+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>
31
32
33
34
35
## Row Component
36
### row props
37
| param | description | type | default |
0 commit comments