Doc update

pull/457/head
cagataycivici 2020-08-27 13:43:45 +03:00
parent b740d5216d
commit e8a2dc8df0
1 changed files with 3 additions and 1 deletions

View File

@ -28,9 +28,11 @@ data() {
<h5>Slot</h5>
<p>A custom label can be placed inside the progress bar via the default slot.</p>
<CodeHighlight>
<template v-pre>
&lt;ProgressBar :value="value"&gt;
Percent Complete
Percent Complete: {{value}}%
&lt;/ProgressBar&gt;
</template>
</CodeHighlight>
<h5>Properties</h5>