Skip to content

Commit c95e4c6

Browse files
docs(reference/react/components): add Translate Activity component description to Chinese (#1920)
Co-authored-by: Xavi Lee <awxiaoxian2020@163.com>
1 parent b05ffc1 commit c95e4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ React 提供了一些内置的组件,你可以在 JSX 中使用它们。
1616
* [`<Profiler>`](/reference/react/Profiler) 让你可以以编程方式衡量 React 树的渲染性能。
1717
* [`<Suspense>`](/reference/react/Suspense) 让你可以在子组件加载时显示后备方案。
1818
* [`<StrictMode>`](/reference/react/StrictMode) 可以开启一些额外的,仅用于开发环境的检测,帮助你更早地发现 bug。
19-
* [`<Activity>`](/reference/react/Activity) lets you hide and restore the UI and internal state of its children.
19+
* [`<Activity>`](/reference/react/Activity) 让你可以隐藏并恢复其子节点的 UI 和内部状态。
2020

2121
---
2222

0 commit comments

Comments
 (0)