From 83807b61d1d1c5e82d5ad5b9a87fd225bcd1b85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=83=9F=E9=93=83?= <84823288+fanbingbing16@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:49:01 +0800 Subject: [PATCH] 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 --- examples/sites/demos/pc/app/anchor/is-affix-composition-api.vue | 2 +- examples/sites/demos/pc/app/anchor/is-affix.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sites/demos/pc/app/anchor/is-affix-composition-api.vue b/examples/sites/demos/pc/app/anchor/is-affix-composition-api.vue index 753f31359..401c8463d 100644 --- a/examples/sites/demos/pc/app/anchor/is-affix-composition-api.vue +++ b/examples/sites/demos/pc/app/anchor/is-affix-composition-api.vue @@ -2,7 +2,7 @@
- {{ isAffix ? '关闭固定模式' : '打开固定模式' }} + {{ isAffix ? '打开固定模式' : '关闭固定模式' }}
diff --git a/examples/sites/demos/pc/app/anchor/is-affix.vue b/examples/sites/demos/pc/app/anchor/is-affix.vue index a574d0ce9..1fa4351df 100644 --- a/examples/sites/demos/pc/app/anchor/is-affix.vue +++ b/examples/sites/demos/pc/app/anchor/is-affix.vue @@ -2,7 +2,7 @@
- {{ isAffix ? '关闭固定模式' : '打开固定模式' }} + {{ isAffix ? '打开固定模式' : '关闭固定模式' }}