mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Hashtag.vue component, added formatted posts count
This commit is contained in:
parent
126886e841
commit
c71f3dd17f
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
|||
beforeMount() {
|
||||
this.authenticated = $('body').hasClass('loggedIn');
|
||||
this.getResults();
|
||||
this.hashtagCount = window.App.util.format.count(this.hashtagCount);
|
||||
},
|
||||
methods: {
|
||||
getResults() {
|
||||
|
|
Loading…
Reference in a new issue