fix(anchor): [anchor] Correcting Ambiguity in Anchor Document Description #1303 (#1569)

This commit is contained in:
chenxi-20 2024-04-18 18:26:16 -07:00 committed by GitHub
parent 9589ea5805
commit 826f9edf65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="wrap">
<div class="demo-top mb10">
<tiny-switch v-model="isAffix"></tiny-switch>
<span>{{ isAffix ? '打开固定模式' : '关闭固定模式' }}</span>
<span>{{ isAffix ? '固定模式' : '非固定模式' }}</span>
</div>
<tiny-anchor :links="links" :is-affix="isAffix"></tiny-anchor>
</div>

View File

@ -2,7 +2,7 @@
<div class="wrap">
<div class="demo-top mb10">
<tiny-switch v-model="isAffix"></tiny-switch>
<span>{{ isAffix ? '打开固定模式' : '关闭固定模式' }}</span>
<span>{{ isAffix ? '固定模式' : '非固定模式' }}</span>
</div>
<tiny-anchor :links="links" :is-affix="isAffix"></tiny-anchor>
</div>