소스 검색

Update Hashtag.vue component, added formatted posts count

Daniel Supernault 5 년 전
부모
커밋
c71f3dd17f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      resources/assets/js/components/Hashtag.vue

+ 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() {