Skip to content

Commit 1a0e6f4

Browse files
atilacamurcaphanan
authored andcommitted
Link to custom-elements-everywhere.com (#2039)
The site <https://custom-elements-everywhere.com> runs a suite of tests against a framework to identify interoperability issues, and highlight potential fixes already implemented in other frameworks. This is a great way to give more confidence while choosing Vue.
1 parent af36e5a commit 1a0e6f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v2/guide/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ You may have noticed that Vue components are very similar to **Custom Elements**
393393

394394
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.
395395

396+
Although Vue doesn't use custom elements internally, it has [great interoperability](https://custom-elements-everywhere.com/#vue) when it comes to consuming or distributing as custom elements. Vue CLI also supports building Vue components that register themselves as native custom elements.
397+
396398
## Ready for More?
397399

398400
We've briefly introduced the most basic features of Vue.js core - the rest of this guide will cover them and other advanced features with much finer details, so make sure to read through it all!

0 commit comments

Comments
 (0)