# PmAnchor
锚点
# 基础用法

<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 |