From df773529169454cf6b4c1554da8dc86f5ef3e496 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 20 May 2022 12:52:33 -0500 Subject: [PATCH] Add basic footer and build time string --- public/index.html | 2 +- src/App.vue | 20 ++++++++- src/components/Footer.vue | 92 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 112 insertions(+), 2 deletions(-) create mode 100644 src/components/Footer.vue diff --git a/public/index.html b/public/index.html index 1ef8b64..79f1b6d 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/App.vue b/src/App.vue index 4587216..e4a77a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,6 +54,7 @@ +