acammies
2018-04-03 8acdfc604ad96820ba854fa951283529381c3a34
commit | author | age
8acdfc 1 <template>
A 2   <div>
3     <span>x out of {{todos.length}} done</span>
4   </div>
5 </template>
6
7 <script>
8 export default {
9   name: "XofYitems"
10 }
11
12 </script>