Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-12-14 17:07:29 +08:00
11 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ Use the image prop to display different placeholder images.
```html
<van-empty description="Description">
<van-button round type="danger" class="bottom-button"> Button </van-button>
<van-button round type="danger" class="bottom-button">Button</van-button>
</van-empty>
<style>
+1 -1
View File
@@ -60,7 +60,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
```html
<van-empty description="描述文字">
<van-button round type="danger" class="bottom-button"> 按钮 </van-button>
<van-button round type="danger" class="bottom-button">按钮</van-button>
</van-empty>
<style>