From fcc56bf1039f4016d8168e9c8530eb28a6fd4bdb Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 3 Jun 2019 23:08:58 +0200 Subject: [PATCH] Adjusted the number of elements displayed for differing screen widths through css. Now uses the new movie popover vue prototype variables instead of an attached eventhub --- src/components/MoviesListItem.vue | 63 ++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 10 deletions(-) diff --git a/src/components/MoviesListItem.vue b/src/components/MoviesListItem.vue index 96d0f44..090e080 100644 --- a/src/components/MoviesListItem.vue +++ b/src/components/MoviesListItem.vue @@ -1,6 +1,7 @@