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