11 lines
233 B
Vue
11 lines
233 B
Vue
<script setup lang="ts">
|
|
import { Head } from '@inertiajs/vue3'
|
|
</script>
|
|
|
|
<template>
|
|
<Head title="Homepage" />
|
|
<div>
|
|
Justin Leroy
|
|
<button class="plausible-event-name=Button+Click">Click me</button>
|
|
</div>
|
|
</template> |