Skip to content

Commit f0a406b

Browse files
committed
example(amount):fix title key
1 parent 6d97468 commit f0a406b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/amount/demo/cases/demo1.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
name: 'amount-demo',
1414
/* DELETE */
1515
title: '千位分隔符',
16-
titleEnUs: 'Thousands Separator',
16+
titleEnUS: 'Thousands Separator',
1717
/* DELETE */
1818
components: {
1919
[Amount.name]: Amount,

components/amount/demo/cases/demo2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
name: 'amount-demo',
1515
/* DELETE */
1616
title: '变化动画',
17-
titleEnUs: 'Animation',
17+
titleEnUS: 'Animation',
1818
/* DELETE */
1919
components: {
2020
[Amount.name]: Amount,

components/amount/demo/cases/demo3.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
name: 'amount-demo',
1414
/* DELETE */
1515
title: '大写中文',
16-
titleEnUs: 'Capital Chinese',
16+
titleEnUS: 'Capital Chinese',
1717
/* DELETE */
1818
components: {
1919
[Amount.name]: Amount,

0 commit comments

Comments
 (0)