Webcourse/21-Vue基础/02-Vue.md
2018-03-21 21:45:10 +08:00

8 lines
132 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## axios
axios是在Vue中专门用来发送ajax请求的。
但是axios并不依赖于Vue.js库而是基于promise的。