From 660e8fd230da2ac99b42d4a8543913cbbfab6691 Mon Sep 17 00:00:00 2001 From: eithan Date: Wed, 5 Aug 2020 16:07:27 -0500 Subject: [PATCH] nav sin funcionamiento --- public/index.html | 3 + src/App.vue | 5 +- src/esteticas/footer.vue | 2 +- src/esteticas/header.vue | 2 +- src/esteticas/nav.vue | 156 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 165 insertions(+), 3 deletions(-) create mode 100644 src/esteticas/nav.vue diff --git a/public/index.html b/public/index.html index 4123528..0a49dc9 100644 --- a/public/index.html +++ b/public/index.html @@ -13,5 +13,8 @@
+ + + diff --git a/src/App.vue b/src/App.vue index 358b130..4ad6674 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,7 @@