瀏覽代碼

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() {
 		beforeMount() {
 			this.authenticated = $('body').hasClass('loggedIn');
 			this.authenticated = $('body').hasClass('loggedIn');
 			this.getResults();
 			this.getResults();
+			this.hashtagCount = window.App.util.format.count(this.hashtagCount);
 		},
 		},
 		methods: {
 		methods: {
 			getResults() {
 			getResults() {