We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
疑问: 1.百度到有的文章说,axios 没有install,所以vue不能use。2.你的项目中我看到vue-axios 这个和axios 有什么区别呢? 3.另外你的写法 Vue.axios.get() post的话,是不是要配置呢?请大神帮我解答下
The text was updated successfully, but these errors were encountered:
@xdwxls 你好,使用vue-axios就可以使用use了,这其实是axios的一个包装,以便更简单整合进vue,可以看介绍https://github.com/imcvampire/vue-axios 。如果是post请求需要额外参数,用法可以参考官方示例https://github.com/mzabriskie/axios
Sorry, something went wrong.
No branches or pull requests
疑问: 1.百度到有的文章说,axios 没有install,所以vue不能use。2.你的项目中我看到vue-axios 这个和axios 有什么区别呢? 3.另外你的写法 Vue.axios.get() post的话,是不是要配置呢?请大神帮我解答下
The text was updated successfully, but these errors were encountered: