Skip to content

Commit

Permalink
docs(statistic): update props value (#5366)
Browse files Browse the repository at this point in the history
* docs(statistic): update props value

* chore: update
  • Loading branch information
Simon-He95 authored Nov 11, 2023
1 parent f98d08e commit 6b7c0ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/statistic/demos/enUS/index.demo-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ basic.vue
| --- | --- | --- | --- | --- |
| label | `string` | `undefined` | Label of the statistics. | |
| tabular-nums | `boolean` | `false` | Whether to make numbers with same width. | 2.23.2 |
| value | `string` | `undefined` | Statistics value. | |
| value | `string \| number` | `undefined` | Statistics value. | |

### Statistic Slots

Expand Down
10 changes: 5 additions & 5 deletions src/statistic/demos/zhCN/index.demo-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ rtl-debug.vue

### Statistic Props

| 名称 | 类型 | 默认值 | 说明 | 版本 |
| ------------ | --------- | ----------- | ------------------- | ------ |
| label | `string` | `undefined` | 展示的 `label` 信息 | |
| tabular-nums | `boolean` | `false` | 是否让数字等宽 | 2.23.2 |
| value | `string` | `undefined` | 统计数据的值 | |
| 名称 | 类型 | 默认值 | 说明 | 版本 |
| --- | --- | --- | --- | --- |
| label | `string` | `undefined` | 展示的 `label` 信息 | |
| tabular-nums | `boolean` | `false` | 是否让数字等宽 | 2.23.2 |
| value | `string \| number` | `undefined` | 统计数据的值 | |

### Statistic Slots

Expand Down

0 comments on commit 6b7c0ca

Please sign in to comment.