Minor performance improvements to the Hashtag view (#5927)

This commit is contained in:
absidue 2024-10-24 15:08:07 +02:00 committed by GitHub
parent 4ebd37396b
commit f6e7344018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,13 +43,12 @@ export default defineComponent({
},
},
watch: {
$route() {
'$route.params.hashtag'() {
this.resetData()
this.getHashtag()
}
},
mounted: function() {
this.resetData()
this.getHashtag()
},
methods: {