pull/193/head
cagataycivici 2020-02-06 14:57:49 +03:00
parent e741c3d269
commit dbd90584ee
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ export default {
<h3>Positioning</h3>
<p>Dialog location is controlled with the <i>position</i> property whose default value is center. Other valid values are top", "bottom", "left", "right", "topleft", "topright", "bottomleft" and "bottomright"<div class=""></div>
<CodeHighlight>
&lt;Dialog position="top" :visible.sync="display"&gt;
Content
&lt;/Dialog&gt;
</CodeHighlight>
<h3>Properties</h3>
<div class="doc-tablewrapper">