Skip to content

Commit 2870073

Browse files
committed
init
1 parent 6ea5b2a commit 2870073

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/en/essentials/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function App() {
306306

307307
Create a document fragment tag. It is not part of the real DOM tree, its changes will not trigger a re-rendering of the DOM tree, and will not have an impact on performance.
308308

309-
Typically `<>...</>` is used instead.
309+
Typically `<></>` is used instead.
310310

311311
::: warning
312312
There is only one root component, so you will see it used as the root component in many places in the documentation.

doc/zh/essentials/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function App() {
306306

307307
创建一个文档片段标签。它不是真实 DOM 树的一部分,它的变化不会触发 DOM 树的重新渲染,且不会对性能产生影响。
308308

309-
通常使用 `<>...</>` 代替。
309+
通常使用 `<></>` 代替。
310310

311311
::: warning
312312
根组件仅且只有一个,所以您会在文档中很多地方看到它,被用作根组件。

0 commit comments

Comments
 (0)