From 128c2a2335523e635a38d9e91ef8a4e73160a7c0 Mon Sep 17 00:00:00 2001 From: Jeffrey Biles Date: Wed, 17 Jun 2020 16:07:55 -0700 Subject: [PATCH] Video 5 - MailView --- src/components/MailTable.vue | 13 ++++++++++--- src/components/MailView.vue | 30 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 src/components/MailView.vue diff --git a/src/components/MailTable.vue b/src/components/MailTable.vue index c424aed..a50e180 100644 --- a/src/components/MailTable.vue +++ b/src/components/MailTable.vue @@ -4,7 +4,7 @@ + @click="openEmail(email)"> @@ -17,20 +17,26 @@ + + + \ No newline at end of file