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

View File

@@ -20,7 +20,7 @@ app.use(Empty);
### Image Type
Use the image prop to display different placeholder images
Use the image prop to display different placeholder images.
```html
<!-- Error -->

View File

@@ -2,7 +2,7 @@
### 介绍
空状态时的占位提示2.6 版本开始支持此组件
空状态时的占位提示2.6 版本开始支持此组件
### 引入
@@ -24,7 +24,7 @@ app.use(Empty);
### 图片类型
Empty 组件内置了多种占位图片类型,可以在不同业务场景下使用
Empty 组件内置了多种占位图片类型,可以在不同业务场景下使用
```html
<!-- 通用错误 -->
@@ -37,7 +37,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
### 自定义图片
需要自定义图片时,可以在 image 属性中传入任意图片 URL
需要自定义图片时,可以在 image 属性中传入任意图片 URL
```html
<van-empty
@@ -56,7 +56,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
### 底部内容
通过默认插槽可以在 Empty 组件的下方插入内容
通过默认插槽可以在 Empty 组件的下方插入内容
```html
<van-empty description="描述文字">