Update componen template

This commit is contained in:
meninjar
2026-03-13 03:56:11 +00:00
parent 6bb6a1d430
commit f2ed1b2556
33 changed files with 1899 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<template>
<v-card elevation="10" class=" mt-6">
<v-card-item class="text-center">
<img src="@/assets/images/backgrounds/maintenance.svg" width="200" alt="image" />
<h5 class="text-h5 pt-3 mb-0">Oops something went wrong!</h5>
<p class="text-body-1 mt-3 textSecondary">
Trying again to bypasses these<br> temporary error.
</p>
<v-btn flat class="mt-4" size="large" color="error">Retry</v-btn>
</v-card-item>
</v-card>
</template>