Update CalendarDoc.vue

Adds :disabled into the properties list for clearer props documentation
pull/2521/head
nur-hafiz 2022-05-04 15:28:38 +08:00 committed by GitHub
parent 3542cd46a8
commit 9e1d95aa87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -211,6 +211,12 @@ export default {
<td>false</td>
<td>When enabled, displays the calendar as inline instead of an overlay.</td>
</tr>
<tr>
<td>disabled</td>
<td>boolean</td>
<td>false</td>
<td>When enabled, disallows user to interact with calendar.</td>
</tr>
<tr>
<td>showOtherMonths</td>
<td>boolean</td>