File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ div(class="q-pa-md flex flex-center full-height" style="background-color: #f5f5f
99
1010 q-card-actions( align ="around" )
1111 q-btn( flat label ="Retour à l'accueil" @click ="$router.push('/')" )
12- // q-btn(flat label="Contacter le support " @click="contactSupport ")
12+ q-btn( flat label ="Retour a la page précédente " @click ="$router.go(-1) " )
1313 q-btn( flat label ="Essayer à nouveau" @click ="reloadPage" )
1414
1515</template >
1616
1717<script lang="ts" setup>
1818import type { NuxtError } from ' #app'
1919import type { PropType } from ' vue'
20- import { defineProps } from ' vue'
2120import { useRouter } from ' vue-router'
2221
2322defineProps ({
@@ -29,11 +28,6 @@ defineProps({
2928
3029const router = useRouter ();
3130
32- function contactSupport() {
33- // Implement your contact support logic here
34- // For example, redirect to a contact form or display contact info
35- }
36-
3731function reloadPage() {
3832 location .reload ();
3933}
You can’t perform that action at this time.
0 commit comments