chore: fix prettier version (#7739)

* chore: fix prettier version

* docs: fix
This commit is contained in:
neverland
2020-12-14 17:04:43 +08:00
committed by GitHub
parent b6ab011f7d
commit dc3fee12c1
17 changed files with 45 additions and 94 deletions
+1 -3
View File
@@ -50,9 +50,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 -3
View File
@@ -59,9 +59,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>