-
@@ -63,83 +64,89 @@ defineProps
()
diff --git a/frontend/src/shared/ui/screen-types/v2/StandardScreenBoundary.vue b/frontend/src/shared/ui/screen-types/v2/StandardScreenBoundary.vue
index c1f43fd9..421d11e2 100644
--- a/frontend/src/shared/ui/screen-types/v2/StandardScreenBoundary.vue
+++ b/frontend/src/shared/ui/screen-types/v2/StandardScreenBoundary.vue
@@ -1,7 +1,7 @@
@@ -20,6 +20,8 @@ const emit = defineEmits<{ retry: [] }>()
:error="state === 'ERROR' ? (error ?? new Error('화면 상태 오류')) : undefined"
:stale-at="staleAt"
:correlation-id="correlationId"
+ :skeleton-type="skeletonType"
+ :skeleton-rows="skeletonRows"
@retry="emit('retry')"
>