[Vuejs]-CORS issue with remote images in Vue.js

0👍

The image host must allow your domain. You cannot set that in your code or host as you have mentioned. The image host needs to set Access-Control-Allow-Origin and this can be achieved by using .htaccess file.

Leave a comment