We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570c85b commit e8be49dCopy full SHA for e8be49d
src/guide/best-practices/accessibility.md
@@ -44,7 +44,7 @@ Web 无障碍访问 (也称为 a11y) 是指创建可供任何人使用的网站
44
}
45
```
46
47
-一旦用户改变路由,就应将焦点置回页面最开始,即跳过链接之前。这可以通过调用“backToTop”模板引用的焦点实现 (假设使用了 `vue-router`) :
+一旦用户改变路由,就应将焦点置回页面最开始,即跳过链接之前。这可以通过调用“backToTop”模板引用的焦点实现 (假设使用了 `vue-router`):
48
49
<div class="options-api">
50
0 commit comments