Skip to content

Commit adbc83e

Browse files
committed
edit components intro
1 parent e4898fd commit adbc83e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/guide/components.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ 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.
7+
## What are Components?
98

10-
In some cases, a Component is indicated with a special attribute on an HTML element.
9+
Components are one of the most powerful features of Vue.js. They help you extend basic HTML elements to encapsulate reusable code. At a high level, Components are custom elements that Vue.js’ compiler would attach specified behavior to. In some cases, they may also appear as a native HTML element extended with the special `is` attribute.
1110

1211
## Using Components
1312

0 commit comments

Comments
 (0)