标签:rom use read ror com 报错 方式 strong 错误
1、Uncaught (in promise) TypeError: Cannot read property ‘protocol‘ of undefined
关于axios引用方法的报错
在main.js中使用import axios from ‘axios‘
导入axios后
使用Vue.use(axios)
出现了该错误,判断为引入方式错误
改为Vue.prototype.axios = axios
后问题解决
标签:rom use read ror com 报错 方式 strong 错误
原文地址:https://www.cnblogs.com/Blog-Eki/p/13909473.html