From a012dea7ab599be5c57d5216b65cd2e325d4df5b Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Thu, 22 Apr 2021 14:04:30 +0200 Subject: [PATCH] Added web-app capability --- public/index.html | 2 ++ src/App.vue | 1 + src/components/Timer.vue | 4 ---- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 3e5a139..9d35186 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,8 @@ + + <%= htmlWebpackPlugin.options.title %> diff --git a/src/App.vue b/src/App.vue index 0b2ab6a..6486d8d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,6 +32,7 @@ export default {