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 ddeb19b commit 279c920Copy full SHA for 279c920
README.md
@@ -54,7 +54,7 @@ Vue.component('example-component', {
54
}
55
56
// Using vue-resource as an example
57
- this.$http.get('example/results')
+ this.$http.get('example/results?page=' + page)
58
.then(response => {
59
return response.json();
60
}).then(data => {
0 commit comments