From 5a7e7485781bc13762c84705f579314a7b3a65ae Mon Sep 17 00:00:00 2001 From: Jeffrey Biles Date: Sun, 29 Mar 2020 12:27:46 -0700 Subject: [PATCH] opening an email below the table --- src/components/MailTable.vue | 15 ++++++++++++--- src/components/MailView.vue | 31 +++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 src/components/MailView.vue diff --git a/src/components/MailTable.vue b/src/components/MailTable.vue index 8c4a521..0716efb 100644 --- a/src/components/MailTable.vue +++ b/src/components/MailTable.vue @@ -4,7 +4,7 @@ + @click="openEmail(email)"> @@ -17,21 +17,29 @@ + + + + \ No newline at end of file