From acf54c05681fb9fa5fcafcf0ac61ef4d7306530d Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 25 Sep 2020 09:39:59 -0400 Subject: [PATCH 1/3] fix (#516): update codepen example for modal component --- src/examples/modal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/modal.md b/src/examples/modal.md index bc314697b9..b903f0c192 100644 --- a/src/examples/modal.md +++ b/src/examples/modal.md @@ -2,8 +2,8 @@ > Features used: component, prop passing, content insertion, transitions. -

- See the Pen +

+ See the Pen Vue 3 Markdown Editor by Vue (@Vue) on CodePen.

From 76ec66db1022b3a4d5967c7efaa1169748095b50 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 25 Sep 2020 09:59:38 -0400 Subject: [PATCH 2/3] fix (#516): update modal component title --- src/examples/modal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/modal.md b/src/examples/modal.md index b903f0c192..f442ede42e 100644 --- a/src/examples/modal.md +++ b/src/examples/modal.md @@ -2,9 +2,9 @@ > Features used: component, prop passing, content insertion, transitions. -

+

See the Pen - Vue 3 Markdown Editor by Vue (@Vue) + Vue 3 Modal Component by Vue (@Vue) on CodePen.

From 48d1955dd40bc7241e33f28a2a403c8493a144ab Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 25 Sep 2020 09:59:51 -0400 Subject: [PATCH 3/3] fix (#516): update grid component example --- src/examples/grid-component.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/examples/grid-component.md b/src/examples/grid-component.md index 34d53f837d..d546d6358a 100644 --- a/src/examples/grid-component.md +++ b/src/examples/grid-component.md @@ -2,9 +2,9 @@ > This is an example of creating a reusable grid component and using it with external data. -

- See the Pen - Vue 3 Elastic Draggable Header Example by Vue (@Vue) +

+ See the Pen + Vue 3 Grid Component Example by Vue (@Vue) on CodePen.