Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-28 11:46:26 +08:00
72 changed files with 259 additions and 243 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
### 介绍
创建一个遮罩层,用于强调特定的页面元素,并阻止用户进行其他操作
创建一个遮罩层,用于强调特定的页面元素,并阻止用户进行其他操作
### 引入
@@ -35,7 +35,7 @@ export default {
### 嵌入内容
通过默认插槽可以在遮罩层上嵌入任意内容
通过默认插槽可以在遮罩层上嵌入任意内容
```html
<van-overlay :show="show" @click="show = false">