Skip to content

Commit

Permalink
fix(demo): Remove append-to-body from default datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
mst101 committed Jun 30, 2021
1 parent 48b2e54 commit decffd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Datepicker Examples</h1>
<div class="example">
<h3>Default datepicker...</h3>
<Datepicker placeholder="Select Date" :append-to-body="true" />
<Datepicker placeholder="Select Date" />
<code>
&lt;datepicker placeholder="Select Date"&gt;&lt;/datepicker&gt;
</code>
Expand Down Expand Up @@ -230,6 +230,7 @@
<Datepicker :inline="true" />
<code>&lt;datepicker :inline="true"&gt;&lt;/datepicker&gt;</code>
</div>

<div class="example">
<h3>RTL datepicker</h3>
<Datepicker :language="languages.he" />
Expand Down

0 comments on commit decffd9

Please sign in to comment.