소스 검색

Update Hashtag component

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

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

@@ -241,6 +241,9 @@
                 });
                 });
             },
             },
 
 
+            formatCount(val) {
+                return App.util.format.count(val);
+            },
         }
         }
     }
     }
 </script>
 </script>