diff --git a/src/components/ErrorBoundary.vue b/src/components/ErrorBoundary.vue
index ff494e5..d90f42b 100644
--- a/src/components/ErrorBoundary.vue
+++ b/src/components/ErrorBoundary.vue
@@ -7,7 +7,11 @@
⚠
{{ $t('error.title') }}
- {{ $t('error.desc') }}
+ {{ errorMessage }}
+
+ 堆栈详情
+ {{ errorStack }}
+
@@ -15,11 +19,26 @@