Skip to content

Commit

Permalink
Correct 'placement' props error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GregPeden authored May 4, 2017
1 parent 87409a3 commit 84020b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,15 @@ <h4>Placement</h4>
</div>
</div>
<div class="col-md-8">
<pre><code>&lt;click-confirm position="bottom"&gt;
<pre><code>&lt;click-confirm placement="bottom"&gt;
&lt;button class="btn btn-primary" @click="successAlert"&gt;Bottom&lt;/button&gt;
&lt;/click-confirm&gt;

&lt;click-confirm position="right"&gt;
&lt;click-confirm placement="right"&gt;
&lt;button class="btn btn-primary" @click="successAlert"&gt;Right&lt;/button&gt;
&lt;/click-confirm&gt;

&lt;click-confirm position="left"&gt;
&lt;click-confirm placement="left"&gt;
&lt;button class="btn btn-primary" @click="successAlert"&gt;Left&lt;/button&gt;
&lt;/click-confirm&gt;

Expand Down

0 comments on commit 84020b9

Please sign in to comment.