mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-11 18:54:31 +00:00
Remove "X emails selected" from MailTable
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<h1>{{emailSelection.emails.size}} emails selected</h1>
|
||||
<table class="mail-table">
|
||||
<tbody>
|
||||
<tr v-for="email in unarchivedEmails"
|
||||
|
||||
Reference in New Issue
Block a user