From 73bf4e591cbad59e7165f12b167cc909ab7e3efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Thu, 28 Feb 2019 15:48:33 -0300 Subject: [PATCH 1/3] Link to custom-elements-everywhere.com The site 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. --- src/v2/guide/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index 9f81c29936..3a0061e57c 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -393,6 +393,8 @@ 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. +According to , Vue has a great interoperability with **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! From d1bc63fdae8d0288123aed6380201b2d226fe81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Fri, 1 Mar 2019 14:22:20 -0300 Subject: [PATCH 2/3] Update index.md Suggestions added, to give more context regarding Custom Elements. --- src/v2/guide/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index 3a0061e57c..8f26d2910e 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -393,7 +393,10 @@ 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. -According to , Vue has a great interoperability with **Custom Elements**. +Although Vue doesn't use custom elements internally, it has great interoperability when it comes to +consuming or distributing as custom elements. According to , +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? From d6a4a13cd6eee9d546d48ec2fb03b4d8b686c473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Sat, 2 Mar 2019 08:43:50 -0300 Subject: [PATCH 3/3] Update index.md Changes putted all in one line. Link placed embedded in the text, to maintain consistency. --- src/v2/guide/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index 8f26d2910e..2445ace4c4 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -393,10 +393,7 @@ 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 , -Vue has a great interoperability with **Custom Elements**. Vue CLI also supports building Vue components -that register themselves as native custom elements. +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. ## Ready for More?