mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-11 18:54:31 +00:00
Start with inbox screen
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
async setup(){
|
||||
let response = await axios.get('http://localhost:3000/emails');
|
||||
let emails = response.data;
|
||||
let selectedScreen = 'archive';
|
||||
let selectedScreen = 'inbox';
|
||||
|
||||
return {
|
||||
emails,
|
||||
|
||||
Reference in New Issue
Block a user