Files
evilspins/app/components/nuxt-template.vue
valere 70d4410dbd
All checks were successful
Deploy App / deploy (push) Successful in 1m37s
atropos works on remote ?
2025-08-30 12:52:22 +02:00

8 lines
229 B
Vue

<template>
<h1 class="flex items-center justify-center min-h-screen">
<atropos-component class="my-atropos" active-offset="80" shadow-scale="1.05">
<img src="/logo.svg" />
</atropos-component>
</h1>
</template>