[improvement] Card: add origin-price prop (#1916)

This commit is contained in:
neverland
2018-10-11 15:50:26 +08:00
committed by GitHub
parent 1be1f1e53a
commit 4465e6f705
7 changed files with 52 additions and 34 deletions
+2 -1
View File
@@ -14,6 +14,7 @@
<van-card
num="2"
price="2.00"
origin-price="10.00"
:tag="$t('tag')"
:desc="$t('desc')"
:title="$t('title')"
@@ -32,7 +33,7 @@
export default {
i18n: {
'zh-CN': {
title: '商品标题'
title: '商品标题商品标题商品标题商品标题商品标题商品标题商品标题商品标题商品标题'
}
},