diff --git a/src/AppComponent.vue b/src/AppComponent.vue
index 4824a75..cc32242 100644
--- a/src/AppComponent.vue
+++ b/src/AppComponent.vue
@@ -7,6 +7,9 @@
+
+
+
@@ -38,6 +41,9 @@ export default {
showOverlay() {
return this.windowWidth <= 1200 && this.windowWidth >= 768;
},
+ showAsFooter() {
+ return this.windowWidth < 768;
+ }
},
mounted() {
window.addEventListener('resize', this.handleResize);