Doc update

This commit is contained in:
Cagatay Civici 2020-09-21 15:27:08 +03:00
parent 2855620131
commit e27dfcf54e
44 changed files with 129 additions and 432 deletions

View file

@ -63,7 +63,7 @@ export default {
</thead>
<tbody>
<tr>
<td>value</td>
<td>modelValue</td>
<td>any</td>
<td>null</td>
<td>Value of the component.</td>
@ -131,11 +131,6 @@ export default {
</tr>
</thead>
<tbody>
<tr>
<td>input</td>
<td>event: Single value or an array of values that are selected.</td>
<td>Callback to invoke on value change.</td>
</tr>
<tr>
<td>focus</td>
<td>event: Browser event</td>