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

11 lines
234 B
Vue

<script setup lang="ts">
const { l } = useContentInjected()
</script>
<template>
<div class="flex flex-col rp-2 rgap-2">
<XText as="section" :text="l.title" />
<XGridIconLabelDetail :items="l.items" />
</div>
</template>