Update CalendarDoc.vue
Adds :disabled into the properties list for clearer props documentationpull/2521/head
parent
3542cd46a8
commit
9e1d95aa87
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue