Actually remove the modal when not in use

This commit is contained in:
Jeffrey Biles
2020-03-18 17:00:58 -07:00
parent d415b86386
commit f87823db63
3 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="email">
<div class="email" v-if="email">
<div>From: {{email.from}}</div>
<div>Subject: <strong>{{email.subject}}</strong></div>
<div v-html="emailMarkdown" />