fix: 🐛 fix modal
All checks were successful
repod / xml (push) Successful in 24s
repod / php (push) Successful in 1m4s
repod / nodejs (push) Successful in 1m6s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-08-10 22:05:06 +02:00
parent 53543a259f
commit b67123b578

View File

@ -9,7 +9,9 @@
:class="hasEnded(episode) ? 'ended' : ''"
:details="formatLocaleDate(new Date(episode.pubDate?.date))"
:force-display-actions="true"
:href="$route.href"
:name="episode.name"
target="_self"
:title="episode.description"
@click="modalEpisode = episode">
<template #extra-actions>