[new feature] Tag: add text-color prop (#2277)

This commit is contained in:
neverland
2018-12-12 18:08:23 +08:00
committed by GitHub
parent 21e79239d6
commit b5e10cd95e
5 changed files with 28 additions and 4 deletions
+6
View File
@@ -90,6 +90,12 @@
>
{{ $t('tag') }}
</van-tag>
<van-tag
color="#ffe1e1"
text-color="#ad0000"
>
{{ $t('tag') }}
</van-tag>
</demo-block>
<demo-block :title="$t('customSize')">