Skip to content

Commit e4898fd

Browse files
committed
Merge pull request #240 from hootlex/patch-1
add 'What are Components' section
2 parents 04d2cce + 204c89f commit e4898fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/guide/components.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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. At a high level, Components are custom elements that Vue.js’ compiler would attach specified behavior to, or even transform the elements and their children.
9+
10+
In some cases, a Component is indicated with a special attribute on an HTML element.
11+
712
## Using Components
813

914
### Registration

0 commit comments

Comments
 (0)