From b76e20c8366622169b55a35b2d245cd4a49aff6c Mon Sep 17 00:00:00 2001 From: Jeffrey Biles Date: Tue, 17 Mar 2020 11:55:13 -0700 Subject: [PATCH] Basic email table --- src/components/InboxScreen.vue | 31 ++++++++++++++++++++++++++++-- src/components/MailTable.vue | 35 ++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 src/components/MailTable.vue diff --git a/src/components/InboxScreen.vue b/src/components/InboxScreen.vue index 7bc9d9e..de637c2 100644 --- a/src/components/InboxScreen.vue +++ b/src/components/InboxScreen.vue @@ -1,12 +1,39 @@ diff --git a/src/components/MailTable.vue b/src/components/MailTable.vue new file mode 100644 index 0000000..82a4f29 --- /dev/null +++ b/src/components/MailTable.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file