Doc update
parent
b740d5216d
commit
e8a2dc8df0
|
@ -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>
|
||||
<ProgressBar :value="value">
|
||||
Percent Complete
|
||||
Percent Complete: {{value}}%
|
||||
</ProgressBar>
|
||||
</template>
|
||||
</CodeHighlight>
|
||||
|
||||
<h5>Properties</h5>
|
||||
|
|
Loading…
Reference in New Issue