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
+2 -2
View File
@@ -2,7 +2,7 @@
### 介绍
创建一个遮罩层,用于强调特定的页面元素,并阻止用户进行其他操作
创建一个遮罩层,用于强调特定的页面元素,并阻止用户进行其他操作
### 引入
@@ -34,7 +34,7 @@ export default {
### 嵌入内容
通过默认插槽可以在遮罩层上嵌入任意内容
通过默认插槽可以在遮罩层上嵌入任意内容
```html
<van-overlay :show="show" @click="show = false">