Vue安装axios后报错:Cannot read properties of undefined(reading ‘use‘)

Vue安装axios后报错:Cannot read properties of undefined(reading ‘use’)

话说这个错误百度了一下午都没解决
在这里插入图片描述
直到我发下我用的是Vue3.x
于是我试了试Vue2.x版本
在这里插入图片描述
然后问题解决!
产生的错误原因:Vue3不能通过Vue.use()安装插件,需要在原型上进行绑定,而Vue2可以

在你提供的引用中,主要讨论了axios的使用和加载方式以及在请求拦截器中的配置。从错误提示来看,可能是因为在axios.min.js文件中的某处尝试读取了一个未定义的属性'indexOf',导致了TypeError错误。 根据引用中的提示,正确的axios加载方式是通过将axios赋值给Vue.prototype.axios来实现。而引用中提到,如果是非Vue官方库或者不是为Vue编写的插件,则不支持使用Vue.use()方式加载,而应该使用new Vue()方式。 此外,引用中提到在axios请求拦截器中添加代码return config可以对请求进行拦截和配置。 综上所述,如果你遇到了"Cannot read properties of undefined (reading 'indexOf')"的错误,可能是由于axios的加载方式或请求拦截器配置问题导致的。你可以检查代码中是否使用了正确的加载方式,并确保在请求拦截器中正确配置了拦截和返回config的代码。123 #### 引用[.reference_title] - *1* *2* [Vue报错: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘protocol‘)](https://blog.csdn.net/weixin_55971433/article/details/125529573)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}} ] [.reference_item] - *3* [Vue报错Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘cancelToken...](https://blog.csdn.net/weixin_42343966/article/details/128454897)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}} ] [.reference_item] [ .reference_list ]
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值