fix(lint): make eslint recognize the use of to

This commit is contained in:
ArneBo 2025-04-09 14:06:06 +02:00
parent 8fefe767aa
commit d0accfc289
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ const { to, isOpen } = useModal('album')
class="actions" class="actions"
> >
<Link <Link
:to="useModal('album').to" :to="to"
> >
<i class="bi bi-plus" /> <i class="bi bi-plus" />
{{ t('views.channels.DetailOverview.link.addAlbum') }} {{ t('views.channels.DetailOverview.link.addAlbum') }}