From 4bcf7c73d3b0b54217fab05e24a8ca752cb9d622 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Tue, 15 Aug 2023 16:13:49 +0200 Subject: [PATCH] Trigger re-layout on media load events Loading media changes dimensions of the containing cards, so we need to re-layout the grid. --- src/App.vue | 16 +++++++++------- src/components/Card.vue | 8 +++++--- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7b8e3ea..5c826f8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@