mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
watch posts filters, to ensure that hasMore is reset to true
This commit is contained in:
parent
5389b607db
commit
d3a694e6e7
@ -213,6 +213,11 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
watchQuery: ['hashtag'],
|
watchQuery: ['hashtag'],
|
||||||
|
watch: {
|
||||||
|
postsFilter() {
|
||||||
|
this.resetPostList()
|
||||||
|
},
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if (this.categoryId) {
|
if (this.categoryId) {
|
||||||
this.resetCategories()
|
this.resetCategories()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user