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 7ca6134 commit e758595Copy full SHA for e758595
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-wordpress",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "A collection of Vue components and mixins for use with WordPress and the WP-REST API",
5
"author": "WakeCoder <ajqajq@gmail.com>",
6
"contributes": {
src/mixins/wp-mixin.js
@@ -54,6 +54,9 @@ export default {
54
pagesLeft: true // This should be updated based on the X-WP-TotalPages header and pagesLoaded
55
}
56
loader.loadPage()
57
+ if (loader.pagesLoaded === undefined) {
58
+ errorCallback()
59
+ }
60
return loader
61
},
62
0 commit comments