From a216d28a7200cdb9aabf09f79801172fe5229af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Wed, 21 Aug 2024 14:33:47 +0200 Subject: [PATCH] refactor(JTransition): set scoped styles and remove comments Vue 3.5 fixed the issue where Suspense didn't inherit correctly the scope id. See vuejs/core/pull/10652 --- frontend/src/App.vue | 3 -- frontend/src/components/lib/JTransition.vue | 56 ++++++++++----------- frontend/src/components/lib/JView.vue | 2 +- 3 files changed, 28 insertions(+), 33 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index eddfb247f6c..6b91a8b0a8e 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -36,9 +36,6 @@ - - -