瀏覽代碼

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>