docs(anchor):[anchor]Fixed mode on and off with text reversed (#1304)

* feat(tree-menu):The placeholder of the search box can be customized

* [docs](anchor):[anchor]Fixed mode on and off with text reversed
This commit is contained in:
张烟铃 2024-01-26 15:49:01 +08:00 committed by GitHub
parent fbe9884ccf
commit 83807b61d1
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>