Skip to content

Commit

Permalink
fix(demo): Remove append-to-body
Browse files Browse the repository at this point in the history
  • Loading branch information
mst101 committed Jun 8, 2022
1 parent 3be0629 commit 514cfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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-boady="false" />
<Datepicker placeholder="Select Date" />
<code>
&lt;datepicker placeholder="Select Date"&gt;&lt;/datepicker&gt;
</code>
Expand Down

0 comments on commit 514cfd0

Please sign in to comment.