Ver Fonte

fix todomvc filter quotes

Evan You há 11 anos atrás
pai
commit
09c887734b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/todomvc/index.html

+ 1 - 1
examples/todomvc/index.html

@@ -59,7 +59,7 @@
             </section>
             <footer id="footer" v-show="todos.length" v-cloak>
                 <span id="todo-count">
-                    <strong v-text="remaining"></strong> {{remaining | pluralize item}} left
+                    <strong v-text="remaining"></strong> {{remaining | pluralize 'item'}} left
                 </span>
                 <ul id="filters">
                     <li><a href="#/all" v-class="selected: activeFilter == 'all'">All</a></li>