12 lines
147 B
Vue
12 lines
147 B
Vue
<script setup lang="ts">
|
|
import { Head, Link } from '@inertiajs/vue3';
|
|
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<p>
|
|
I'm you father
|
|
</p>
|
|
</template>
|