1
0
Fork 0

Update Hashtag.vue component, added formatted posts count

This commit is contained in:
Daniel Supernault 2019-10-17 00:22:47 -06:00
parent 126886e841
commit c71f3dd17f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
beforeMount() {
this.authenticated = $('body').hasClass('loggedIn');
this.getResults();
this.hashtagCount = window.App.util.format.count(this.hashtagCount);
},
methods: {
getResults() {