You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vue JS Boilerplate incompatible with CDN version uses a CDN that has updated from v2 to v3, but the template is for vue2 code.
This means you have to remove the vue library from the left hand settings, and manually add in a vue2 cdn js file. OR update the code to be a vue3 style initialisation. Either way the boilerplate template is broken and has been for a while. I use this regularly.
Please set a fixed CDN version to be Vuejs2, or update to support vue3.
The Vue JS Boilerplate incompatible with CDN version uses a CDN that has updated from v2 to v3, but the template is for vue2 code.
This means you have to remove the vue library from the left hand settings, and manually add in a vue2 cdn js file. OR update the code to be a vue3 style initialisation. Either way the boilerplate template is broken and has been for a while. I use this regularly.
Please set a fixed CDN version to be Vuejs2, or update to support vue3.
https://jsfiddle.net/boilerplate/vue
The text was updated successfully, but these errors were encountered: