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'],
|
||||
watch: {
|
||||
postsFilter() {
|
||||
this.resetPostList()
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
if (this.categoryId) {
|
||||
this.resetCategories()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user