docs: add period at the end of sentence

This commit is contained in:
chenjiahan
2020-09-27 21:02:52 +08:00
parent 4f10430119
commit a5dbcf9638
64 changed files with 230 additions and 219 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
### Intro
Quickly and easily create layouts with `van-row` and `van-col`
Quickly and easily create layouts with `van-row` and `van-col`.
### Install
@@ -40,7 +40,7 @@ Layout are based on 24-column. The attribute `span` in `Col` means the number of
### Column Spacing
Set grid spacing using `gutter` attribute. The default value is 0
Set grid spacing using `gutter` attribute. The default value is 0.
```html
<van-row gutter="20">
@@ -52,7 +52,7 @@ Set grid spacing using `gutter` attribute. The default value is 0
### Flex Layout
Setting `type` to `flex` to enable flex layout
Setting `type` to `flex` to enable flex layout.
```html
<van-row type="flex">