I have several script tag vue.js projects, all using CDN scripts, and all working fine until recently now all of a sudden all are getting a 404 error for https://unpkg.com/[email protected]/dist/vue-router.js, so I figured I could just find a copy of that script and replace but seems this is not the way as I have tried replacing it with several of the same from other CDNs with no joy, any help or pointers would be much appreciated.
Here is a codepen with the issue https://codepen.io/flashvenom/pen/RwZxddQ
Hit settings > JS, to access the script tags
Cheers
template: '<div><div class="content single row"></div>'
};