From 7935ae750f565b01af4e4e5176723383d8f8d59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Thu, 17 Dec 2020 18:15:40 +0100 Subject: [PATCH] Create Footer component with styles --- components/Footer.vue | 18 ++++++++++++++++++ layouts/default.vue | 7 ++----- test/index.spec.js | 2 +- 3 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 components/Footer.vue diff --git a/components/Footer.vue b/components/Footer.vue new file mode 100644 index 0000000..59999a5 --- /dev/null +++ b/components/Footer.vue @@ -0,0 +1,18 @@ + + + + + diff --git a/layouts/default.vue b/layouts/default.vue index a942dce..db092db 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -4,15 +4,12 @@
+