Vue.prototype.$http = axios;和Vue.prototype.axios=axios的区别
这两者是只有写法上不同 其实本质上是一样吗
Vue.prototype.$http = axios;和Vue.prototype.axios=axios的区别
这两者是只有写法上不同 其实本质上是一样吗
9 回答1.7k 阅读✓ 已解决
6 回答1.5k 阅读
3 回答1.4k 阅读✓ 已解决
4 回答1.2k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
3 回答1k 阅读
3 回答1.3k 阅读✓ 已解决
一个this.$http.post(url,) 另一个this.axios.post(url,)