Component Boom

This commit is contained in:
David Haz
2025-07-10 15:36:38 +03:00
parent a4982577ad
commit 9b3465b04d
135 changed files with 16697 additions and 60 deletions

View File

@@ -2,7 +2,7 @@ import { ref, onMounted } from 'vue'
import { getStarsCount } from '@/utils/utils'
const CACHE_KEY = 'github_stars_cache'
const CACHE_DURATION = 24 * 60 * 60 * 1000 // 24 hours
const CACHE_DURATION = 24 * 60 * 60 * 1000
export function useStars() {
const stars = ref<number>(0)