InboxScreen start (replace HelloWorld)

This commit is contained in:
Jeffrey Biles
2020-03-17 11:21:21 -07:00
parent cd3eb66acd
commit 913092a419
3 changed files with 18 additions and 62 deletions

View File

@@ -0,0 +1,15 @@
<template>
<h1>VMail Inbox</h1>
<div>Table will go here</div>
</template>
<script>
export default {
}
</script>
<style scoped>
</style>