Prefetch all pages on hover for better performance
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user