Skip to content

Commit 33101b3

Browse files
authored
docs(component-basics): modify text description (#1035)
1 parent 0bdc514 commit 33101b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 组件基础 {#components-basics}
22

3-
组件允许我们将 UI 划分为独立的、可重用的部分,并且可以对每个部分进行单独的思考。在实际应用中,组件常常被组织成层层嵌套的树状结构
3+
组件允许我们将 UI 划分为独立的、可重用的部分,并且可以对每个部分进行单独的思考。在实际应用中,组件常常被组织成一个层层嵌套的树状结构
44

55
![组件树](./images/components.png)
66

0 commit comments

Comments
 (0)