From f2463b6163babe59dfd1606cb0684feaf7f7f831 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 28 Jan 2022 23:47:49 +0100 Subject: [PATCH] feat: move app root into body element --- public/index.html | 4 +- src/App.vue | 139 ++++++++++++++++++++-------------------------- 2 files changed, 61 insertions(+), 82 deletions(-) diff --git a/public/index.html b/public/index.html index 27aef28..2344454 100644 --- a/public/index.html +++ b/public/index.html @@ -8,12 +8,10 @@ <%= htmlWebpackPlugin.options.title %> - + -
-
diff --git a/src/App.vue b/src/App.vue index f09a6e5..2617370 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@