Moved "number selected"... but it doesn't update. Why?

This commit is contained in:
Jeffrey Biles
2020-03-17 22:24:08 -07:00
parent e5b83a407a
commit 92c429407e
3 changed files with 8 additions and 6 deletions

View File

@@ -1,9 +1,5 @@
<template>
<table>
Number selected: {{selectedEmailIds.size}}
<thead>
</thead>
<tbody>
<tr v-for="email in emails" :key="email.id" :class="[email.read ? 'read' : '']">
<td>