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="wrap">
|
||||||
<div class="demo-top mb10">
|
<div class="demo-top mb10">
|
||||||
<tiny-switch v-model="isAffix"></tiny-switch>
|
<tiny-switch v-model="isAffix"></tiny-switch>
|
||||||
<span>{{ isAffix ? '关闭固定模式' : '打开固定模式' }}</span>
|
<span>{{ isAffix ? '打开固定模式' : '关闭固定模式' }}</span>
|
||||||
</div>
|
</div>
|
||||||
<tiny-anchor :links="links" :is-affix="isAffix"></tiny-anchor>
|
<tiny-anchor :links="links" :is-affix="isAffix"></tiny-anchor>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<div class="demo-top mb10">
|
<div class="demo-top mb10">
|
||||||
<tiny-switch v-model="isAffix"></tiny-switch>
|
<tiny-switch v-model="isAffix"></tiny-switch>
|
||||||
<span>{{ isAffix ? '关闭固定模式' : '打开固定模式' }}</span>
|
<span>{{ isAffix ? '打开固定模式' : '关闭固定模式' }}</span>
|
||||||
</div>
|
</div>
|
||||||
<tiny-anchor :links="links" :is-affix="isAffix"></tiny-anchor>
|
<tiny-anchor :links="links" :is-affix="isAffix"></tiny-anchor>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue