From feb20ee2e1682c7b7199a214828f38a0c73f90ef Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Fri, 29 Jul 2022 17:37:41 +0100 Subject: [PATCH] Load rootjs only when needed Fixes for cross origin Error feedback --- rootjs/src/App.vue | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/rootjs/src/App.vue b/rootjs/src/App.vue index e8f31f0..3cef42c 100644 --- a/rootjs/src/App.vue +++ b/rootjs/src/App.vue @@ -1,17 +1,19 @@