From 826f9edf655b72b2a5f2696a1700a290de7afa5c Mon Sep 17 00:00:00 2001 From: chenxi-20 <76168465+chenxi-20@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:26:16 -0700 Subject: [PATCH] fix(anchor): [anchor] Correcting Ambiguity in Anchor Document Description #1303 (#1569) --- 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 401c8463d..5453906ee 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 1fa4351df..6ea735777 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 ? '固定模式' : '非固定模式' }}