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:
parent
fbe9884ccf
commit
83807b61d1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue