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>"
44
55<Intro >
66
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 ) 允许向文档指定标题。
88
99``` js
1010< title> 我的博客< / title>
@@ -20,7 +20,7 @@ title: "<title>"
2020
2121### ` <title> ` {/* title* /}
2222
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 元素放置在文档头部。
2424
2525``` js
2626< title> 我的博客< / title>
You can’t perform that action at this time.
0 commit comments