Skip to content

Commit 279c920

Browse files
committed
Update README.md
1 parent ddeb19b commit 279c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Vue.component('example-component', {
5454
}
5555

5656
// Using vue-resource as an example
57-
this.$http.get('example/results')
57+
this.$http.get('example/results?page=' + page)
5858
.then(response => {
5959
return response.json();
6060
}).then(data => {

0 commit comments

Comments
 (0)