Skip to content

Commit

Permalink
Add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Feb 6, 2020
1 parent e741c3d commit dbd9058
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/dialog/DialogDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit dbd9058

Please sign in to comment.