link Page

<template>

    <h1>hello</h1>

<Link href="/about">About</Link>

</template>
<script setup>
 import {Link} from "@inertiajs/vue3";

</script>

Last updated