feat: better repository card

This commit is contained in:
2023-05-08 15:57:45 +02:00
parent 1e738b51b7
commit 1885072da2
4 changed files with 40 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
<template>
<ApiLoader :url="fetchUrl" @dataLoaded="filterRepos" cache-name="repos" />
<slot />
</template>
<script setup lang="ts">