From 92c429407e30bcfea5f2278d5ad5a0887b875a5f Mon Sep 17 00:00:00 2001 From: Jeffrey Biles Date: Tue, 17 Mar 2020 22:24:08 -0700 Subject: [PATCH] Moved "number selected"... but it doesn't update. Why? --- src/components/InboxScreen.vue | 9 +++++++-- src/components/MailTable.vue | 4 ---- src/composition/useEmailSelection.js | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/InboxScreen.vue b/src/components/InboxScreen.vue index 3c78f5b..7579db3 100644 --- a/src/components/InboxScreen.vue +++ b/src/components/InboxScreen.vue @@ -1,18 +1,23 @@