doc(statistic)

This commit is contained in:
07akioni 2020-01-30 21:07:14 +08:00
parent a692c5e65a
commit eb0c56c084
2 changed files with 15 additions and 2 deletions

View File

@ -44,7 +44,7 @@ button-group
### Radio, Radio Button
|Name|Parameters|Description|
|-|-|-|
|change|(value)||
|change|`(value)`||
### Radio Group
|Name|Parameters|Description|

View File

@ -1,4 +1,17 @@
# Statistic
As simple as it looks.
## Demos
```demo
basic
```
```
## Props
|Property|Type|Default|Description|
|-|-|-|-|
|label|`string`|`null`||
|value|`string`|`null`||
## Slots
|Name|Parameters|Description|
|-|-|-|
|suffix|`()`||
|prefix|`()`||