mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-23 15:41:33 +00:00
Start of lesson 14 (rebase into next commit)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<h1>VMail Inbox</h1>
|
||||
|
||||
<h1>{{emailSelection.emails.size}} emails selected</h1>
|
||||
|
||||
<Suspense>
|
||||
<template #default>
|
||||
<MailTable />
|
||||
|
||||
Reference in New Issue
Block a user