[Feature] Better AnimeCard tooltip, fix watch endpoint (#3)

Reviewed-on: #3
Co-authored-by: bivashy <botyrbojey@gmail.com>
Co-committed-by: bivashy <botyrbojey@gmail.com>
This commit is contained in:
2025-07-20 19:19:26 +00:00
committed by bivashy
parent fb932170b6
commit 2ac072d82b
8 changed files with 104 additions and 17 deletions

View File

@ -0,0 +1,3 @@
export { default as HoverCard } from './HoverCard.vue'
export { default as HoverCardContent } from './HoverCardContent.vue'
export { default as HoverCardTrigger } from './HoverCardTrigger.vue'