We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c7cf3 commit 09c8877Copy full SHA for 09c8877
examples/todomvc/index.html
@@ -59,7 +59,7 @@ <h1>todos</h1>
59
</section>
60
<footer id="footer" v-show="todos.length" v-cloak>
61
<span id="todo-count">
62
- <strong v-text="remaining"></strong> {{remaining | pluralize item}} left
+ <strong v-text="remaining"></strong> {{remaining | pluralize 'item'}} left
63
</span>
64
<ul id="filters">
65
<li><a href="#/all" v-class="selected: activeFilter == 'all'">All</a></li>
0 commit comments