Dominik Milacher 73083ded58
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 1m7s
Overhaul content management
2025-10-22 19:31:38 +02:00

7 lines
126 B
Vue

<template>
<AppFeaturesGrid :features="l"/>
</template>
<script setup lang="ts">
const {l} = useContentInjected()
</script>