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
@@ -136,8 +136,8 @@ export default {
<style>
.preview-cover {
position: absolute;
box-sizing: border-box;
bottom: 0;
box-sizing: border-box;
width: 100%;
padding: 4px;
color: #fff;
+3 -3
View File
@@ -32,7 +32,7 @@ export default {
### 文件预览
通过`v-model`可以绑定已经上传的文件列表,并展示文件列表的预览图。
通过 `v-model` 可以绑定已经上传的文件列表,并展示文件列表的预览图。
```html
<van-uploader v-model="fileList" multiple />
@@ -156,8 +156,8 @@ export default {
<style>
.preview-cover {
position: absolute;
box-sizing: border-box;
bottom: 0;
box-sizing: border-box;
width: 100%;
padding: 4px;
color: #fff;
@@ -209,7 +209,7 @@ export default {
### 禁用文件上传
通过 `disabled` 属性禁用文件上传
通过 `disabled` 属性禁用文件上传
```html
<van-uploader disabled />