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
+1 -1
View File
@@ -19,7 +19,7 @@ Vue.use(Empty);
### Image Type
Use the image prop to display different placeholder images
Use the image prop to display different placeholder images.
```html
<!-- Error -->
+4 -4
View File
@@ -2,7 +2,7 @@
### 介绍
空状态时的占位提示,2.6 版本开始支持此组件
空状态时的占位提示,2.6 版本开始支持此组件
### 引入
@@ -23,7 +23,7 @@ Vue.use(Empty);
### 图片类型
Empty 组件内置了多种占位图片类型,可以在不同业务场景下使用
Empty 组件内置了多种占位图片类型,可以在不同业务场景下使用
```html
<!-- 通用错误 -->
@@ -36,7 +36,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
### 自定义图片
需要自定义图片时,可以在 image 属性中传入任意图片 URL
需要自定义图片时,可以在 image 属性中传入任意图片 URL
```html
<van-empty
@@ -55,7 +55,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
### 底部内容
通过默认插槽可以在 Empty 组件的下方插入内容
通过默认插槽可以在 Empty 组件的下方插入内容
```html
<van-empty description="描述文字">