Update Dialog doc

pull/193/head
mertsincan 2020-02-03 12:09:17 +03:00
parent 0691fdc70d
commit d2239751f7
1 changed files with 7 additions and 1 deletions

View File

@ -130,6 +130,12 @@ export default {
<td>string</td>
<td>close</td>
<td>Aria label of the close icon.</td>
</tr>
<tr>
<td>maximizable</td>
<td>boolean</td>
<td>false</td>
<td>Whether the dialog can be displayed full screen.</td>
</tr>
</tbody>
</table>
@ -243,4 +249,4 @@ export default {
</TabPanel>
</TabView>
</div>
</template>
</template>