From ec5af1e3dfd798ab183985f0612a4d87394dce0a Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 5 Dec 2021 14:19:45 -0500 Subject: [PATCH] [S] Make router responsive --- public/index.html | 5 ++ src/App.vue | 142 ++++++++++++++++++++++++++++++++++++-------- src/css/global.sass | 3 - src/views/Blog.vue | 2 + 4 files changed, 125 insertions(+), 27 deletions(-) diff --git a/public/index.html b/public/index.html index 7d60a4d..b0235a9 100644 --- a/public/index.html +++ b/public/index.html @@ -15,4 +15,9 @@
+ + diff --git a/src/App.vue b/src/App.vue index 951f606..2065c51 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,16 +1,18 @@