|
5 | 5 | | Property | Description | Type | Default |
|
6 | 6 | | -------- | ----------- | ---- | ------- |
|
7 | 7 | | decimalSeparator | decimal separator | string | . |
|
8 |
| -| formatter | customize value display logic | (h) => VNode | - | |
| 8 | +| formatter | customize value display logic | v-slot \|(h) => VNode | - | |
9 | 9 | | groupSeparator | group separator | string | , |
|
10 | 10 | | precision | precision of input value | number | - |
|
11 |
| -| prefix | prefix node of value | string \| VNode | - | |
12 |
| -| suffix | suffix node of value | string \| VNode | - | |
13 |
| -| title | Display title | string \| VNode | - | |
| 11 | +| prefix | prefix node of value | string \| v-slot | - | |
| 12 | +| suffix | suffix node of value | string \| v-slot | - | |
| 13 | +| title | Display title | string \| v-slot | - | |
14 | 14 | | value | Display value | string \| number | - |
|
15 | 15 |
|
16 | 16 |
|
|
19 | 19 | | Property | Description | Type | Default |
|
20 | 20 | | -------- | ----------- | ---- | ------- |
|
21 | 21 | | format | Format as [moment](http://momentjs.com/) | string | 'HH:mm:ss' |
|
22 |
| -| prefix | prefix node of value | string \| VNode | - | |
23 |
| -| suffix | suffix node of value | string \| VNode | - | |
24 |
| -| title | Display title | string \| VNode | - | |
| 22 | +| prefix | prefix node of value | string \| v-slot | - | |
| 23 | +| suffix | suffix node of value | string \| v-slot | - | |
| 24 | +| title | Display title | string \| v-slot | - | |
25 | 25 | | value | Set target countdown time | number \| moment | - |
|
26 | 26 |
|
27 | 27 | #### Statistic.Countdown Events
|
|
0 commit comments