[bugfix] Stepper: integer wrong spelling (#992)

This commit is contained in:
neverland
2018-05-05 13:31:01 +08:00
committed by GitHub
parent 3f8369e599
commit d9fa0ff65d
7 changed files with 11 additions and 11 deletions

View File

@@ -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>