public/components/StoryStatBox.vue

8 lines
188 B
Vue
Raw Normal View History

<script setup lang="ts">
//const latest = await queryContent("stories").findOne();
</script>
<template>
<HomeStatBox color="lightgreen" title="Latest story"> </HomeStatBox>
</template>