[Vuejs]-Vue: CORS issue. Vue loads the image a second time but with "no-cors"

0👍

seems preflight request is blocking resources, from other domain

https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

Leave a comment