ProgressBar Docs

pull/12/head
cagataycivici 2019-05-23 12:30:05 +03:00
parent c08ef854a4
commit 74f94e74a3
1 changed files with 48 additions and 48 deletions

View File

@ -43,17 +43,17 @@ data() {
<td>null</td>
<td>Current value of the progress.</td>
</tr>
<tr>
<td>showValue</td>
<td>boolean</td>
<td>true</td>
<td>Show or hide progress bar value.</td>
</tr>
<tr>
<td>mode</td>
<td>string</td>
<td>determinate</td>
<td>Defines the mode of the progress, valid values are "determinate" and "indeterminate".</td>
</tr>
<tr>
<td>showValue</td>
<td>boolean</td>
<td>true</td>
<td>Whether to displau the progress bar value.</td>
</tr>
</tbody>
</table>