Skip to content

Commit

Permalink
update error
Browse files Browse the repository at this point in the history
  • Loading branch information
jendiamond committed Sep 25, 2024
1 parent 51a9394 commit 46b87a2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ const isDevelopment = computed(() => process.env.NODE_ENV === 'development')
class="actual-error"
>
Error Mesage
</h2 v-if="isDevelopment">
<h3 class="actual-error">
</h2>

<h3
v-if="isDevelopment"
class="actual-error"
>
<pre>{{ error?.message }}</pre>
<br>
</h3>
Expand All @@ -51,8 +55,10 @@ const isDevelopment = computed(() => process.env.NODE_ENV === 'development')

<divider-way-finder />

<rich-text class="
error-text">
<rich-text
class="
error-text"
>
<h1
v-if="error?.statusCode === 404"
class="error-title"
Expand Down

0 comments on commit 46b87a2

Please sign in to comment.