28 lines
606 B
Vue
28 lines
606 B
Vue
<docs>
|
||
---
|
||
order: 1
|
||
title:
|
||
zh-CN: ้ๆไฝ็ฝฎ
|
||
en-US: Static
|
||
---
|
||
|
||
## zh-CN
|
||
|
||
ไธๆตฎๅจ๏ผ็ถๆไธ้้กต้ขๆปๅจๅๅใ
|
||
|
||
## en-US
|
||
|
||
Do not change state when page is scrolling.
|
||
</docs>
|
||
|
||
<template>
|
||
<a-anchor :affix="false">
|
||
<a-anchor-link href="#components-anchor-demo-basic" title="Basic demo" />
|
||
<a-anchor-link href="#components-anchor-demo-static" title="Static demo" />
|
||
<a-anchor-link href="#API" title="API">
|
||
<a-anchor-link href="#Anchor-Props" title="Anchor Props" />
|
||
<a-anchor-link href="#Link-Props" title="Link Props" />
|
||
</a-anchor-link>
|
||
</a-anchor>
|
||
</template>
|