Skip to content

Commit 83796ce

Browse files
Kyle Decotchrisvfritz
Kyle Decot
authored andcommitted
Update index.md (#421)
1 parent b17bfe0 commit 83796ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ You may have noticed that Vue components are very similar to **Custom Elements**
332332

333333
1. The Web Components Spec is still in draft status, and is not natively implemented in every browser. In comparison, Vue components don't require any polyfills and work consistently in all supported browsers (IE9 and above). When needed, Vue components can also be wrapped inside a native custom element.
334334

335-
2. Vue components provide important features that are not available in plain custom elements, most notably cross-component data flow, custom event communication and built tool integrations.
335+
2. Vue components provide important features that are not available in plain custom elements, most notably cross-component data flow, custom event communication and build tool integrations.
336336

337337
## Ready for More?
338338

0 commit comments

Comments
 (0)