Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 715fe3e

Browse files
committed
perf[Sticky]: refine demo
1 parent abb1d91 commit 715fe3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/views/components-demo/sticky.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
<div>placeholder</div>
5050
<div>placeholder</div>
5151
<div>placeholder</div>
52-
<div>placeholder</div>
52+
<sticky :sticky-top="200">
53+
<el-button type="primary"> placeholder</el-button>
54+
</sticky>
5355
<div>placeholder</div>
5456
<div>placeholder</div>
5557
<div>placeholder</div>

0 commit comments

Comments
 (0)