mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-19 22:05:23 +00:00
Moved "number selected"... but it doesn't update. Why?
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user