简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
浏览器报错:Uncaught (in promise) TypeError: Cannot read property ‘protocol‘ of undefined
报错的代码如下所示:import axios from 'axios'import VueAxios from 'vue-axios'Vue.use(axios,VueAxios)我们可以这样,加入语句:Vue.prototype.$axios=axiosimport axios from 'axios'import VueAxios from 'vue-axios'Vue.prototype.$
到底了