docs(Tag): update demo (#6919)

This commit is contained in:
neverland
2020-07-31 19:01:30 +08:00
committed by GitHub
parent e66504ea03
commit c602367878
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -36,9 +36,9 @@
</demo-block>
<demo-block :title="t('customSize')">
<van-tag type="success">{{ t('tag') }}</van-tag>
<van-tag type="success" size="medium">{{ t('tag') }}</van-tag>
<van-tag type="success" size="large">{{ t('tag') }}</van-tag>
<van-tag type="danger">{{ t('tag') }}</van-tag>
<van-tag type="danger" size="medium">{{ t('tag') }}</van-tag>
<van-tag type="danger" size="large">{{ t('tag') }}</van-tag>
</demo-block>
<demo-block :title="t('closeable')">