naive-ui/demo/documentation/components/anchor/zhCN/basic.demo.md

14 lines
418 B
Markdown
Raw Normal View History

2020-02-04 12:40:06 +08:00
# 基础用法
```html
<div>
<n-anchor>
2020-02-18 17:42:00 +08:00
<n-anchor-link title="演示" href="#演示">
2020-02-04 12:40:06 +08:00
<n-anchor-link title="基础用法" href="#basic"/>
2020-02-18 17:42:00 +08:00
<n-anchor-link title="忽略间隔" href="#ignore-gap"/>
2020-02-04 12:40:06 +08:00
<n-anchor-link title="固定" href="#affix"/>
<n-anchor-link title="滚动到" href="#scrollto"/>
</n-anchor-link>
<n-anchor-link title="Props" href="#Props" />
</n-anchor>
</div>
```