Merge pull request #414 from RmRaja/master

Fixed typo in ProgressBarDoc.vue
pull/426/head
Cagatay Civici 2020-08-04 15:11:38 +03:00 committed by GitHub
commit 8b53ce4281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>