Prefetch all pages on hover for better performance

This commit is contained in:
2025-11-17 10:10:34 +01:00
parent 71260199a1
commit 387c3be93a
4 changed files with 14 additions and 11 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
<script setup lang="ts">
import ProfileController from '@/actions/App/Http/Controllers/Settings/ProfileController';
import { edit } from '@/routes/profile';
import { send } from '@/routes/verification';
import { Form, Head, Link, usePage } from '@inertiajs/vue3';
import { Form, Link, usePage } from '@inertiajs/vue3';
import DeleteUser from '@/components/DeleteUser.vue';
import HeadingSmall from '@/components/HeadingSmall.vue';