Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
11 lines
234 B
Vue
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>
|