-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to custom-elements-everywhere.com #2039
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -393,6 +393,11 @@ You may have noticed that Vue components are very similar to **Custom Elements** | |
|
||
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. | ||
|
||
Although Vue doesn't use custom elements internally, it has great interoperability when it comes to | ||
consuming or distributing as custom elements. According to <https://custom-elements-everywhere.com/#vue>, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In order to keep the words concise while still maintaining the same information, I'd suggest something like:
|
||
Vue has a great interoperability with **Custom Elements**. Vue CLI also supports building Vue components | ||
that register themselves as native custom elements. | ||
|
||
## Ready for More? | ||
|
||
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! | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you merge the three lines?