From 486b6ba5cc99b450bb8338fa11e5105a89d64c90 Mon Sep 17 00:00:00 2001 From: Lemuel Marquez Date: Wed, 21 Apr 2021 00:46:56 -0500 Subject: [PATCH] footer y logout listos --- nuxt_buefy/components/layouts/Footer.vue | 30 +++++++++++++++++++++--- nuxt_buefy/components/layouts/Logout.vue | 25 ++++++++++++++++++++ nuxt_buefy/layouts/default.vue | 6 ++--- nuxt_buefy/layouts/login.vue | 17 ++++++++++++-- 4 files changed, 70 insertions(+), 8 deletions(-) create mode 100644 nuxt_buefy/components/layouts/Logout.vue diff --git a/nuxt_buefy/components/layouts/Footer.vue b/nuxt_buefy/components/layouts/Footer.vue index 09580c4..36ffa96 100644 --- a/nuxt_buefy/components/layouts/Footer.vue +++ b/nuxt_buefy/components/layouts/Footer.vue @@ -1,9 +1,33 @@ - + diff --git a/nuxt_buefy/components/layouts/Logout.vue b/nuxt_buefy/components/layouts/Logout.vue new file mode 100644 index 0000000..c52063f --- /dev/null +++ b/nuxt_buefy/components/layouts/Logout.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/nuxt_buefy/layouts/default.vue b/nuxt_buefy/layouts/default.vue index 046674c..fa108bf 100644 --- a/nuxt_buefy/layouts/default.vue +++ b/nuxt_buefy/layouts/default.vue @@ -1,7 +1,7 @@