diff --git a/src/components/EssentialLink.vue b/src/components/EssentialLink.vue deleted file mode 100644 index 585f98c..0000000 --- a/src/components/EssentialLink.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 97f83f2..f1bc2ca 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -2,16 +2,16 @@ - - - Quasar App + + {{ listaStore.pb.authStore.model.name }} - + {{ + $router.currentRoute.value.path == "/" + ? "Listas" + : $router.currentRoute.value.path == "/perfil" + ? "Perfil" + : "Otra ruta" + }} +
Cerrar @@ -19,18 +19,6 @@ - - - Essential Links - - - - - @@ -39,57 +27,9 @@