mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
watch posts filters, to ensure that hasMore is reset to true
This commit is contained in:
parent
b84ee62b12
commit
374927121a
@ -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