Skip to content

Commit edcf1b1

Browse files
authored
fix (#516): incorrect examples codepen (#551)
* fix (#516): update codepen example for modal component * fix (#516): update modal component title * fix (#516): update grid component example
1 parent 7c7c77f commit edcf1b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/examples/grid-component.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> This is an example of creating a reusable grid component and using it with external data.
44
5-
<p class="codepen" data-height="300" data-theme-id="39028" data-default-tab="js,result" data-user="Vue" data-slug-hash="zYqvQgw" data-preview="true" data-editable="true" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Vue 3 Elastic Draggable Header Example">
6-
<span>See the Pen <a href="https://codepen.io/team/Vue/pen/zYqvQgw">
7-
Vue 3 Elastic Draggable Header Example</a> by Vue (<a href="https://codepen.io/Vue">@Vue</a>)
5+
<p class="codepen" data-height="300" data-theme-id="39028" data-default-tab="js,result" data-user="Vue" data-slug-hash="BaKbowJ" data-preview="true" data-editable="true" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Vue 3 Grid Component Example">
6+
<span>See the Pen <a href="https://codepen.io/team/Vue/pen/BaKbowJ">
7+
Vue 3 Grid Component Example</a> by Vue (<a href="https://codepen.io/Vue">@Vue</a>)
88
on <a href="https://codepen.io">CodePen</a>.</span>
99
</p>
1010
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>

src/examples/modal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Features used: component, prop passing, content insertion, transitions.
44
5-
<p class="codepen" data-height="300" data-theme-id="39028" data-default-tab="css,result" data-user="Vue" data-slug-hash="BaKoeXe" data-preview="true" data-editable="true" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Vue 3 Markdown Editor">
6-
<span>See the Pen <a href="https://codepen.io/team/Vue/pen/BaKoeXe">
7-
Vue 3 Markdown Editor</a> by Vue (<a href="https://codepen.io/Vue">@Vue</a>)
5+
<p class="codepen" data-height="300" data-theme-id="39028" data-default-tab="js,result" data-user="Vue" data-slug-hash="mdPoyvv" data-preview="true" data-editable="true" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Vue 3 Modal Component">
6+
<span>See the Pen <a href="https://codepen.io/team/Vue/pen/mdPoyvv">
7+
Vue 3 Modal Component</a> by Vue (<a href="https://codepen.io/Vue">@Vue</a>)
88
on <a href="https://codepen.io">CodePen</a>.</span>
99
</p>
1010
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>

0 commit comments

Comments
 (0)