Forráskód Böngészése

Update Hashtag component

Daniel Supernault 1 hónapja
szülő
commit
5da201bb63
1 módosított fájl, 3 hozzáadás és 0 törlés
  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>