public/components/CommitStatBox.vue

6 lines
101 B
Vue
Raw Normal View History

<template>
<HomeStatBox color="lightgray">
<h2>Latest commit</h2>
</HomeStatBox>
</template>