Skip to content

Commit ae28d31

Browse files
authored
Update README.md
1 parent a009e85 commit ae28d31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ Vue.axios.get(api).then((response) => {
3131
this.axios.get(api).then((response) => {
3232
console.log(response.data)
3333
})
34+
35+
this.$http.get(api).then((response) => {
36+
console.log(response.data)
37+
})
3438
```

0 commit comments

Comments
 (0)