EOS Low-Code Platform 8 EOS Low-Code Platform 8
产品简介
学习指南
更新说明
安装与集成
初见EOS
低代码开发手册
专业代码开发手册
专题场景实战
公共服务框架
应用运行治理
升级手册
常见问题
  • PmAnchor
  • 基础用法
  • Attributes

# PmAnchor

锚点

# 基础用法

img-anchor-01.png
<PmAnchor class="ml-10" show-ink :scrollOffset="40">
    <PmAnchorLink href="#pmanchor" title="锚点" />
    <PmAnchorLink href="#ji-chu-yong-fa" title="基础用法" />
    <PmAnchorLink href="#attributes" title="attributes" />
    <PmAnchorLink href="#props" title="props" />
</PmAnchor>
<script>
export default {
    
}
</script>

# Attributes

参数 说明 类型 可选值 默认值
affix 是否钉在顶部 boolean true/ false true
offsetTop 顶部偏移 number - 0
scrollOffset 滚动偏移 number - 0

← 弹出菜单 面包屑 →