diff --git a/nuxt4/app/components/cata/UserInfo.vue b/nuxt4/app/components/cata/UserInfo.vue new file mode 100644 index 0000000..f0643e8 --- /dev/null +++ b/nuxt4/app/components/cata/UserInfo.vue @@ -0,0 +1,84 @@ + + + + + + + + {{ userInitial }} + + + + + + + {{ user.name || user.username }} + + + {{ user.email }} + + + + + + + + + + + + + + + diff --git a/nuxt4/app/pages/cata/index.vue b/nuxt4/app/pages/cata/index.vue index 926bcfa..5da46d1 100644 --- a/nuxt4/app/pages/cata/index.vue +++ b/nuxt4/app/pages/cata/index.vue @@ -1,6 +1,11 @@ + + + + + @@ -182,21 +187,13 @@ - - - - - Volver al inicio - -
+ {{ user.email }} +