mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-11 18:54:31 +00:00
No longer need extra v-if because of bugfix
This commit is contained in:
@@ -21,8 +21,7 @@
|
||||
</table>
|
||||
|
||||
<ModalView v-if="openedEmail" :closeModal="() => { openedEmail = null; }">
|
||||
<MailView v-if="openedEmail"
|
||||
:email="openedEmail"
|
||||
<MailView :email="openedEmail"
|
||||
:changeEmail="(args) => changeEmail(openedEmail, args)" />
|
||||
</ModalView>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user