We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a009e85 commit ae28d31Copy full SHA for ae28d31
README.md
@@ -31,4 +31,8 @@ Vue.axios.get(api).then((response) => {
31
this.axios.get(api).then((response) => {
32
console.log(response.data)
33
})
34
+
35
+this.$http.get(api).then((response) => {
36
+ console.log(response.data)
37
+})
38
```
0 commit comments