Update Hashtag.vue component, added formatted posts count

pull/1789/head
Daniel Supernault 2019-10-17 00:22:47 -06:00
rodzic 126886e841
commit c71f3dd17f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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