oops
This commit is contained in:
parent
72295b2464
commit
f7d3b2c6ec
|
@ -80,7 +80,7 @@
|
|||
return this.api('posts/search', Object.assign({}, parse(this.query), {
|
||||
limit: this.limit,
|
||||
offset: this.offset
|
||||
}).then(posts => {
|
||||
})).then(posts => {
|
||||
this.update({
|
||||
moreLoading: false
|
||||
});
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
return this.api('posts/search', Object.assign({}, parse(this.query), {
|
||||
limit: this.limit,
|
||||
offset: this.offset
|
||||
});
|
||||
}));
|
||||
};
|
||||
</script>
|
||||
</mk-search-posts>
|
||||
|
|
Loading…
Reference in New Issue