mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-07 10:07:57 +01:00
Minor performance improvements to the Hashtag view (#5927)
This commit is contained in:
parent
4ebd37396b
commit
f6e7344018
@ -43,13 +43,12 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
$route() {
|
||||
'$route.params.hashtag'() {
|
||||
this.resetData()
|
||||
this.getHashtag()
|
||||
}
|
||||
},
|
||||
mounted: function() {
|
||||
this.resetData()
|
||||
this.getHashtag()
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user