mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Error page updated for vue warning
This commit is contained in:
parent
76df53b5cb
commit
43d812453d
1 changed files with 12 additions and 10 deletions
22
error.vue
22
error.vue
|
@ -1,14 +1,16 @@
|
||||||
<template>
|
<template>
|
||||||
<NuxtLayout>
|
<div>
|
||||||
<div class="flex card flex-column align-items-center gap-5 sm:p-8">
|
<NuxtLayout name="default">
|
||||||
<div class="flex flex-column sm:flex-row align-items-center justify-content-center gap-3 text-primary">
|
<div class="flex card flex-column align-items-center gap-5 sm:p-8">
|
||||||
<span class="font-bold" :style="{ fontSize: '144px' }"> 4 </span>
|
<div class="flex flex-column sm:flex-row align-items-center justify-content-center gap-3 text-primary">
|
||||||
<div class="flex align-items-center justify-content-center bg-primary border-circle w-8rem h-8rem">
|
<span class="font-bold" :style="{ fontSize: '144px' }"> 4 </span>
|
||||||
<i class="pi pi-prime text-7xl"></i>
|
<div class="flex align-items-center justify-content-center bg-primary border-circle w-8rem h-8rem">
|
||||||
|
<i class="pi pi-prime text-7xl"></i>
|
||||||
|
</div>
|
||||||
|
<span class="font-bold" :style="{ fontSize: '144px' }"> 4 </span>
|
||||||
</div>
|
</div>
|
||||||
<span class="font-bold" :style="{ fontSize: '144px' }"> 4 </span>
|
<div class="font-bold text-900 text-center text-6xl border-top-1 surface-border pt-5">PAGE NOT FOUND</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="font-bold text-900 text-center text-6xl border-top-1 surface-border pt-5">PAGE NOT FOUND</div>
|
</NuxtLayout>
|
||||||
</div>
|
</div>
|
||||||
</NuxtLayout>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue