Level 102
Oct 6, 2019
2
Level 8
How to pluralize words in vue js
Hello ;
I would like to pluralize the result bellow : if memberAdded.length > 0 then members with S
<div class="col-sm">Add {{memberAdded.length}} members</div>
What's the best way ?
thanks
Please or to participate in this conversation.