Doc update
parent
b740d5216d
commit
e8a2dc8df0
|
@ -28,9 +28,11 @@ data() {
|
||||||
<h5>Slot</h5>
|
<h5>Slot</h5>
|
||||||
<p>A custom label can be placed inside the progress bar via the default slot.</p>
|
<p>A custom label can be placed inside the progress bar via the default slot.</p>
|
||||||
<CodeHighlight>
|
<CodeHighlight>
|
||||||
|
<template v-pre>
|
||||||
<ProgressBar :value="value">
|
<ProgressBar :value="value">
|
||||||
Percent Complete
|
Percent Complete: {{value}}%
|
||||||
</ProgressBar>
|
</ProgressBar>
|
||||||
|
</template>
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
|
|
||||||
<h5>Properties</h5>
|
<h5>Properties</h5>
|
||||||
|
|
Loading…
Reference in New Issue