mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-21 23:05:00 +00:00
Actually remove the modal when not in use
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user