Skip to content

Commit 47cde8f

Browse files
committed
fix(demo): Remove append-to-body for fixed positions
1 parent fd12854 commit 47cde8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315

316316
<div class="example">
317317
<h3>Fixed positions</h3>
318-
<Datepicker :fixed-position="fixedPosition" :append-to-body="true" />
318+
<Datepicker :fixed-position="fixedPosition" />
319319
<code>
320320
&lt;datepicker :fixed-position="fixedPosition"&gt;&lt;/datepicker&gt;
321321
</code>

0 commit comments

Comments
 (0)