Jelajahi Sumber

Update Hashtag component

Daniel Supernault 1 bulan lalu
induk
melakukan
5da201bb63
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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>