From 2a4077b380c3aeccd9d987831ef87dc95119a281 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Mon, 11 Mar 2024 20:32:49 +0100 Subject: [PATCH] App.vue: getData() need not be async. Provide the iframe all the time in order not to run into undefined vue references. --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4cea9a4..de3cf72 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@