chore: fix all typos (#9053)

This commit is contained in:
neverland
2021-07-17 16:07:42 +08:00
committed by GitHub
parent 5807f39687
commit 34d4937f2b
28 changed files with 38 additions and 44 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ Use the image prop to display different placeholder images.
| --- | --- | --- | --- |
| image | Image typecan be set to `error` `network` `search` or image URL | _string_ | `default` |
| image-size | Image size | _number \| string_ | - |
| description | Desciption | _string_ | - |
| description | Description | _string_ | - |
### Slots
+1 -1
View File
@@ -4,7 +4,7 @@
</demo-block>
<demo-block :title="t('imageType')">
<van-tabs v-model="active">
<van-tabs v-model:active="active">
<van-tab name="error" :title="t('error')">
<van-empty image="error" :description="t('description')" />
</van-tab>
@@ -12,9 +12,7 @@ exports[`should render demo and match snapshot 1`] = `
</div>
</div>
<div>
<div class="van-tabs van-tabs--line"
modelvalue="error"
>
<div class="van-tabs van-tabs--line">
<div class="van-tabs__wrap">
<div role="tablist"
class="van-tabs__nav van-tabs__nav--line"