Files
justin-leroy.fr/inertia/pages/page.vue
justin 4dfada2ea0
All checks were successful
Build and Push Docker / build (push) Successful in 21s
test build container
2025-10-10 17:27:35 +02:00

11 lines
221 B
Vue

<script setup lang="ts">
import { Head } from '@inertiajs/vue3'
</script>
<template>
<Head title="Page" />
<div>
Page
<button class="plausible-event-name=Button+Click">Click me</button>
</div>
</template>