Dominik Milacher 0dc24c4db7
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
Extend ux layer and overhaul panoramablick-saalbach.at
2025-11-21 21:17:52 +01:00

16 lines
370 B
Vue

<template>
<XScaffoldGridPage :fill-hero="true" :overlap-hero-background="false">
<template #hero>
<div class="yellow w-full h-full">hero</div>
</template>
<template #hero-background>
<div class="w-full h-full bg-white">bg</div>
</template>
<ULink to="/de/summer/1">Other</ULink>
this is index
</XScaffoldGridPage>
</template>