From e86f956b0358fd612fee499e312d5fb6d594ff4b Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Tue, 1 Sep 2020 14:04:41 +0200 Subject: [PATCH] add mobile-banner component and conditional render on window-width --- src/Vinlottis.vue | 16 ++++-- src/ui/Banner.vue | 16 ------ src/ui/MobileBanner.vue | 108 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+), 19 deletions(-) create mode 100644 src/ui/MobileBanner.vue diff --git a/src/Vinlottis.vue b/src/Vinlottis.vue index 23eb18e..af8aea7 100644 --- a/src/Vinlottis.vue +++ b/src/Vinlottis.vue @@ -1,6 +1,7 @@