From ef883ffaec8aea5ff9649a0ed8f201b348d58bc1 Mon Sep 17 00:00:00 2001 From: kmacoders Date: Sun, 27 Jun 2021 14:52:55 +0700 Subject: [PATCH] feat: add header --- components/templates/TheFooter.vue | 0 components/templates/TheHeader.vue | 45 ++++++++++++++++++++ layouts/default.vue | 68 ++---------------------------- pages/index.vue | 44 +------------------ 4 files changed, 50 insertions(+), 107 deletions(-) create mode 100644 components/templates/TheFooter.vue create mode 100644 components/templates/TheHeader.vue diff --git a/components/templates/TheFooter.vue b/components/templates/TheFooter.vue new file mode 100644 index 0000000..e69de29 diff --git a/components/templates/TheHeader.vue b/components/templates/TheHeader.vue new file mode 100644 index 0000000..3c1b369 --- /dev/null +++ b/components/templates/TheHeader.vue @@ -0,0 +1,45 @@ + + + diff --git a/layouts/default.vue b/layouts/default.vue index ae88572..e41e7d6 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,74 +1,14 @@ diff --git a/pages/index.vue b/pages/index.vue index 2fe65ae..60c5868 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,53 +1,11 @@