Skip to content

Commit 457a1ce

Browse files
thpkm110
andauthored
Example SSE: lock the versions of used Vue package so the example runs. (#514)
Also fix a bootstrap path that didnt work. Co-authored-by: Miłosz Smółka <milosz.smolka@gmail.com>
1 parent fb38a79 commit 457a1ce

File tree

1 file changed

+3
-3
lines changed
  • _examples/real-world-examples/server-sent-events/server/public

1 file changed

+3
-3
lines changed

_examples/real-world-examples/server-sent-events/server/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444

4545
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
4646
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
47-
<script src="https://stacjjkpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
47+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
4848

49-
<script src="https://unpkg.com/vue/dist/vue.js"></script>
50-
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
49+
<script src="https://unpkg.com/vue@2.7.16/dist/vue.js"></script>
50+
<script src="https://unpkg.com/vue-router@3.6.5/dist/vue-router.js"></script>
5151
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.3.5"></script>
5252

5353
<script type="text/x-template" id="feeds-list">

0 commit comments

Comments
 (0)