这是我的代码:
<a href="{{pathFor 'postPage'}}" class="mdi mdi-comment">
{{pluralize commentsCount "comment"}}
</a>
我要使用的图标在类中指定,我使用了 meteor-material-icons 包。我想从值调用中删除“评论”,只显示图标和值。
感谢您的任何帮助。
这是我的代码:
<a href="{{pathFor 'postPage'}}" class="mdi mdi-comment">
{{pluralize commentsCount "comment"}}
</a>
我要使用的图标在类中指定,我使用了 meteor-material-icons 包。我想从值调用中删除“评论”,只显示图标和值。
感谢您的任何帮助。