Fixed typo - ProgressBarDoc.vue
parent
d624e17cf1
commit
c68d0a03bd
|
@ -53,7 +53,7 @@ data() {
|
||||||
<td>showValue</td>
|
<td>showValue</td>
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
<td>true</td>
|
<td>true</td>
|
||||||
<td>Whether to displau the progress bar value.</td>
|
<td>Whether to display the progress bar value.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -150,4 +150,4 @@ export default {
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
</TabView>
|
</TabView>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue