Skip to content

Commit 09c8877

Browse files
committed
fix todomvc filter quotes
1 parent 83c7cf3 commit 09c8877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>todos</h1>
5959
</section>
6060
<footer id="footer" v-show="todos.length" v-cloak>
6161
<span id="todo-count">
62-
<strong v-text="remaining"></strong> {{remaining | pluralize item}} left
62+
<strong v-text="remaining"></strong> {{remaining | pluralize 'item'}} left
6363
</span>
6464
<ul id="filters">
6565
<li><a href="#/all" v-class="selected: activeFilter == 'all'">All</a></li>

0 commit comments

Comments
 (0)