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
@@ -13,7 +13,7 @@ Vue.use(Icon);
### Basic Usage
Use `name` prop to set icon name or icon URL
Use `name` prop to set icon name or icon URL.
```html
<van-icon name="chat-o" />
@@ -34,7 +34,7 @@ Use `badge` prop, the badge will be displayed in the upper right corner of the i
### Icon Color
Use `color` prop to set icon color
Use `color` prop to set icon color.
```html
<van-icon name="chat-o" color="#1989fa" />
@@ -43,7 +43,7 @@ Use `color` prop to set icon color
### Icon Size
Use `size` prop to set icon size
Use `size` prop to set icon size.
```html
<van-icon name="chat-o" size="40" /> <van-icon name="chat-o" size="3rem" />