Skip to content

Commit 4afb998

Browse files
committed
docs: inline "Simple" demo as CopePen Embed
1 parent 5c89ec8 commit 4afb998

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/demos/Simple.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Simple
22

3-
All demos on this page utilize [single-file components](https://vuejs.org/v2/guide/single-file-components.html).
3+
All other demos on this page utilize [single-file components](https://vuejs.org/v2/guide/single-file-components.html).
44
To use them in your project you need a bundler like webpack.
55

6-
For simpler example that works without a build step and right in the browser, checkout [this fiddle](https://jsfiddle.net/vqg8to36/1/).
6+
For simpler example that works without a build step and right in the browser, checkout this:
77

88

9+
<p class="codepen" data-height="265" data-theme-id="light" data-default-tab="js,result" data-user="gruhn" data-slug-hash="rNxQPay" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="rNxQPay">
10+
<span>See the Pen <a href="https://codepen.io/gruhn/pen/rNxQPay">
11+
rNxQPay</a> by Niklas (<a href="https://codepen.io/gruhn">@gruhn</a>)
12+
on <a href="https://codepen.io">CodePen</a>.</span>
13+
</p>
14+
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>

0 commit comments

Comments
 (0)