Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 1m7s
7 lines
126 B
Vue
7 lines
126 B
Vue
<template>
|
|
<AppFeaturesGrid :features="l"/>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
const {l} = useContentInjected()
|
|
</script> |