Merge pull request #2521 from nur-hafiz/patch-1

Update CalendarDoc.vue
pull/2556/head
Tuğçe Küçükoğlu 2022-05-23 16:18:59 +03:00 committed by GitHub
commit f3905fb6f1
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>