mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
8 lines
195 B
Vue
8 lines
195 B
Vue
|
<template>
|
||
|
<div class="affix-container">
|
||
|
<el-affix target=".affix-container" :offset="80">
|
||
|
<el-button type="primary">Target container</el-button>
|
||
|
</el-affix>
|
||
|
</div>
|
||
|
</template>
|