mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
6eb8cfa1ef
- Move testing files to ssr-testing/
6 lines
123 B
Vue
6 lines
123 B
Vue
<template>
|
|
<el-affix :offset="120">
|
|
<el-button type="primary">Offset top 120px</el-button>
|
|
</el-affix>
|
|
</template>
|