From a09b87a4fd7c458f97db83380a0d6cc6250901a5 Mon Sep 17 00:00:00 2001
From: Avris
Date: Sat, 10 Oct 2020 22:42:16 +0200
Subject: [PATCH] fix vue :key requirement
---
components/Footer.vue | 2 +-
routes/contact.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/Footer.vue b/components/Footer.vue
index a74657cf..def6ef61 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -20,7 +20,7 @@
diff --git a/routes/contact.vue b/routes/contact.vue
index 98145b3b..ddfd98c2 100644
--- a/routes/contact.vue
+++ b/routes/contact.vue
@@ -6,7 +6,7 @@