mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
[Doc] translate SubmitBar && GoodsAction (#367)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<slot />
|
||||
<div class="van-submit-bar__price">
|
||||
<template v-if="hasPrice">
|
||||
<span class="van-submit-bar__price-text">合计:</span>
|
||||
<span class="van-submit-bar__price-text">{{ label || $t('label') }}</span>
|
||||
<span class="van-submit-bar__price-interger">¥{{ priceInterger }}.</span>
|
||||
<span class="van-submit-bar__price-decimal">{{ priceDecimal }}</span>
|
||||
</template>
|
||||
@@ -33,6 +33,7 @@ export default {
|
||||
tip: String,
|
||||
type: Number,
|
||||
price: Number,
|
||||
label: String,
|
||||
loading: Boolean,
|
||||
disabled: Boolean,
|
||||
buttonText: String,
|
||||
|
Reference in New Issue
Block a user