File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/reference/react-dom/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "<title>"
4
4
5
5
<Intro >
6
6
7
- [ 浏览器内置的 ` <title> ` 组件] ( https://developer.mozilla.org/en-US /docs/Web/HTML/Element /title ) 允许向文档指定标题。
7
+ [ 浏览器内置的 ` <title> ` 组件] ( https://developer.mozilla.org/zh-CN /docs/Web/HTML/Reference/Elements /title ) 允许向文档指定标题。
8
8
9
9
``` js
10
10
< title> 我的博客< / title>
@@ -20,7 +20,7 @@ title: "<title>"
20
20
21
21
### ` <title> ` {/* title* /}
22
22
23
- 渲染 [ 浏览器内置的 ` <title> ` 组件] ( https://developer.mozilla.org/en-US /docs/Web/HTML/Element /title ) 以指定文档标题。可以在任何组件中渲染 ` <title> ` ,React 会始终将相应的 DOM 元素放置在文档头部。
23
+ 渲染 [ 浏览器内置的 ` <title> ` 组件] ( https://developer.mozilla.org/zh-CN /docs/Web/HTML/Reference/Elements /title ) 以指定文档标题。可以在任何组件中渲染 ` <title> ` ,React 会始终将相应的 DOM 元素放置在文档头部。
24
24
25
25
``` js
26
26
< title> 我的博客< / title>
You can’t perform that action at this time.
0 commit comments