From 0fa00ed53a17e9060bcb1a84ece02c7ba0127f38 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:37:19 +0700 Subject: [PATCH] refactor: global error dialog --- .../src/components/GlobalErrorDialog.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Services/client/src/components/GlobalErrorDialog.vue b/Services/client/src/components/GlobalErrorDialog.vue index 4197bdc..d2d682a 100644 --- a/Services/client/src/components/GlobalErrorDialog.vue +++ b/Services/client/src/components/GlobalErrorDialog.vue @@ -16,15 +16,19 @@ watch(visible, () => { - - {{ - title - }} +
+
+
+ +
+
+
+
{{ title }}
+

{{ msg }}

+
+
- {{ msg }} -