0👍
You can add this line in default global config, global main js file or where you use axios call:
axios.defaults.headers.common['Access-Control-Allow-Origin'] = 'frontend.com';
- [Vuejs]-Problems with the integration of Vue 3 and Firestore
- [Vuejs]-My videos on google bucket can not fast forward or rewind
Source:stackexchange.com