Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 2cb94cc

Browse files
author
Steffan
committed
update demo
1 parent 81c7468 commit 2cb94cc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Available on [jsdelivr](https://cdn.jsdelivr.net/npm/[email protected]) or
2323
```
2424

2525
## Example
26-
Try the example on [jsfiddle](https://jsfiddle.net/gh/get/vue/2.5.13/pagekit/vue-event-manager/tree/master/examples/demo/).
26+
Try the example on [jsfiddle](https://jsfiddle.net/gh/get/library/pure/pagekit/vue-event-manager/tree/master/examples/demo/).
2727
```js
2828
new Vue({
2929

examples/demo/demo.details

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
22
name: Vue Event Manager
33
wrap: b
4-
resources:
5-
- https://cdn.jsdelivr.net/npm/[email protected]
6-
- https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css
7-
...
4+
...

examples/demo/demo.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ <h1>Event Manager</h1>
1212

1313
<pre>{{ eventLog | json }}</pre>
1414

15-
</div>
15+
</div>
16+
17+
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
18+
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
19+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)