## Inertia + Vue
- Vue components must have a single root element.
- Use `router.visit()` or `` for navigation instead of traditional links.
import { Link } from '@inertiajs/vue3'
Home
- For form handling, use `router.post` and related methods. Do not use regular forms.
@verbatim