Merge pull request #1237 from TKharaishvili/patch-1

view property description fix
pull/1196/head^2
Cagatay Civici 2021-05-12 12:21:00 +03:00 committed by GitHub
commit eeb217f14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ export default {
<td>view</td>
<td>string</td>
<td>date</td>
<td>Type of view to display, valid valids are "date" for datepicker and "month" for month picker.</td>
<td>Type of view to display, valid values are "date" for datepicker and "month" for month picker.</td>
</tr>
<tr>
<td>touchUI</td>
@ -837,4 +837,4 @@ export default {
}
}
}
</script>
</script>