Skip to content

Commit e8be49d

Browse files
committed
fix: lint issue
1 parent 570c85b commit e8be49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/best-practices/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Web 无障碍访问 (也称为 a11y) 是指创建可供任何人使用的网站
4444
}
4545
```
4646

47-
一旦用户改变路由,就应将焦点置回页面最开始,即跳过链接之前。这可以通过调用“backToTop”模板引用的焦点实现 (假设使用了 `vue-router`)
47+
一旦用户改变路由,就应将焦点置回页面最开始,即跳过链接之前。这可以通过调用“backToTop”模板引用的焦点实现 (假设使用了 `vue-router`):
4848

4949
<div class="options-api">
5050

0 commit comments

Comments
 (0)