Skip to content

Commit 687850d

Browse files
committed
add 'What are Components' section
Added new section that describes Components
1 parent c599943 commit 687850d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/guide/components.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ type: guide
44
order: 12
55
---
66

7+
##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.
10+
711
## Using Components
812

913
### Registration

0 commit comments

Comments
 (0)