Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
16 lines
365 B
Vue
16 lines
365 B
Vue
<template>
|
|
<XScaffoldGridPage :fill-hero="false" :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">Other</ULink>
|
|
|
|
this is 1
|
|
</XScaffoldGridPage>
|
|
</template>
|