Skip to content

Commit

Permalink
modified version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiahui committed Jun 25, 2024
1 parent dc9ab39 commit 09b2564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/amount/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ The font `DIDIFD-Medium` is used in the component for the case show only, if nec
|is-capital|convert to chinese capital|Boolean|`false`|-|
|transition|use transition when value changes|Boolean|`false`|-|
|duration|transition duration|Number|`1000`|unit `ms`|
|mask<sup class="version-after">2.7.2+</sup>|use mask|Boolean|`false`|-|
|mask<sup class="version-after">2.7.1+</sup>|use mask|Boolean|`false`|-|
2 changes: 1 addition & 1 deletion components/amount/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Vue.component(Amount.name, Amount)
|is-capital|数字是否转换为大写中文|Boolean|`false`|-|
|transition|数字变化是否使用动画|Boolean|`false`|-|
|duration|数字变化动画时长|Number|`1000`|单位`ms`|
|mask<sup class="version-after">2.7.2+</sup> |是否掩码|Boolean|`false`|-|
|mask<sup class="version-after">2.7.1+</sup> |是否掩码|Boolean|`false`|-|
2 changes: 1 addition & 1 deletion components/amount/demo/cases/demo4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
export default {
name: 'amount-demo',
/* DELETE */
title: '大写中文',
title: '掩码展示',
titleEnUS: 'Capital Chinese',
/* DELETE */
components: {
Expand Down

0 comments on commit 09b2564

Please sign in to comment.