0👍
doubtful. If the website is not working when you building it with Webpack or load the vue code from your own server, then loading from a CDN will now not make any difference. It is the exact same code.
your best bet is to use Webpack, and polyfill the code to work with older browsers.
- [Vuejs]-Laravel 6 + Vue.js Failed to mount component: template or render function not defined
- [Vuejs]-How to access attributes from vuetify elements programmatically?
0👍
I suggest you this reading for all your questions.
https://cli.vuejs.org/guide/browser-compatibility.html#browserslist
- [Vuejs]-Default select option to first index when populating via array from Vuex store in Vue Component
- [Vuejs]-Vue.js data inside erb link_to tag
Source:stackexchange.com