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