test build container
All checks were successful
Build and Push Docker / build (push) Successful in 21s
All checks were successful
Build and Push Docker / build (push) Successful in 21s
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Head } from '@inertiajs/vue3'
|
import { Head } from '@inertiajs/vue3'
|
||||||
|
import { Link } from '@inertiajs/vue3'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -7,5 +8,6 @@
|
|||||||
<div>
|
<div>
|
||||||
Justin Leroy
|
Justin Leroy
|
||||||
<button class="plausible-event-name=Button+Click">Click me</button>
|
<button class="plausible-event-name=Button+Click">Click me</button>
|
||||||
|
<Link href="/page">Page</Link>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user