mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-11 18:54:31 +00:00
Button order that makes more sense
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<button @click="selectScreen('MailScreenArchived')"
|
||||
:disabled="screenName == 'MailScreenArchived'">
|
||||
Archived View
|
||||
</button>
|
||||
<button @click="selectScreen('MailScreenInbox');"
|
||||
:disabled="screenName == 'MailScreenInbox'">
|
||||
Inbox View
|
||||
</button>
|
||||
<button @click="selectScreen('MailScreenArchived')"
|
||||
:disabled="screenName == 'MailScreenArchived'">
|
||||
Archived View
|
||||
</button>
|
||||
|
||||
<suspense>
|
||||
<template #default>
|
||||
|
||||
Reference in New Issue
Block a user