Skip to content

Commit 4523a9f

Browse files
committed
Update components.md
1 parent 687850d commit 4523a9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/guide/components.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ order: 12
55
---
66

77
##What are Components?
8-
Components are one of the most powerful features of Vue.js, helping you extend basic HTML elements and create reusable code.
9-
At a high level, Components are markers on a DOM element that tell Vue.js compiler to attach a specified behavior to that DOM element, or even to transform the DOM element and its children.
8+
Components are one of the most powerful features of Vue.js, helping you extend basic HTML elements and create reusable code. At a high level, Components are custom elements that Vue.js’ compiler attaches a specified behavior, or even transforms the elements and their children.
9+
10+
In some cases, a Component is indicated with a special attribute on an HTML element.
1011

1112
## Using Components
1213

0 commit comments

Comments
 (0)