File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
_examples/real-world-examples/server-sent-events/server/public Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
45
45
< script src ="https://code.jquery.com/jquery-3.4.1.slim.min.js " integrity ="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n " crossorigin ="anonymous "> </ script >
46
46
< 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 >
48
48
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 >
51
51
< script src ="https://cdn.jsdelivr.net/npm/vue-resource@1.3.5 "> </ script >
52
52
53
53
< script type ="text/x-template " id ="feeds-list ">
You can’t perform that action at this time.
0 commit comments