1
0
Эх сурвалжийг харах

Update Hashtag.vue component, added formatted posts count

Daniel Supernault 5 жил өмнө
parent
commit
c71f3dd17f

+ 1 - 0
resources/assets/js/components/Hashtag.vue

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