Browse Source

Update Hashtag component

Daniel Supernault 1 tháng trước cách đây
mục cha
commit
5da201bb63
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>