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