From 9fb25254a67767e9816019bf89aee994964a1608 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Fri, 3 May 2024 23:13:55 +0200 Subject: [PATCH] Import CSS in vue component instead of html, otherwise popup is without css --- src/csui/Popup.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/csui/Popup.vue b/src/csui/Popup.vue index 17e6088..9fd6fc5 100644 --- a/src/csui/Popup.vue +++ b/src/csui/Popup.vue @@ -297,3 +297,13 @@ export default { } } + +