diff --git a/app/components/pages/solutions/SolutionDetail.vue b/app/components/pages/solutions/SolutionDetail.vue index 6eaf8dc..f6374d0 100644 --- a/app/components/pages/solutions/SolutionDetail.vue +++ b/app/components/pages/solutions/SolutionDetail.vue @@ -11,7 +11,11 @@

{{ solution.summary }}

- + +
+
+ +
@@ -23,6 +27,12 @@ default: null, }, }); + + const hydrated = ref(false); + + onMounted(() => { + hydrated.value = true; + });