mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
[bugfix] Stepper: integer wrong spelling (#992)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div :class="b('price')">
|
||||
<template v-if="hasPrice">
|
||||
<span>{{ label || $t('label') }}</span>
|
||||
<span :class="b('price-interger')">{{ currency }}{{ priceInterger }}.</span>
|
||||
<span :class="b('price-integer')">{{ currency }}{{ priceInterger }}.</span>
|
||||
<span :class="b('price-decimal')">{{ priceDecimal }}</span>
|
||||
</template>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user