mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-01-07 14:03:22 +00:00
refactor(v-btn): add nuxt attribute to all the buttons that are links
This commit is contained in:
parent
6382a1e4fb
commit
f7322336a5
@ -67,6 +67,7 @@
|
||||
min-width="8em"
|
||||
depressed
|
||||
rounded
|
||||
nuxt
|
||||
:to="`item/${item.Id}/play`"
|
||||
>{{ $t('play') }}</v-btn
|
||||
>
|
||||
@ -74,6 +75,7 @@
|
||||
min-width="12em"
|
||||
outlined
|
||||
rounded
|
||||
nuxt
|
||||
:to="`item/${item.Id}`"
|
||||
>{{ $t('viewDetails') }}</v-btn
|
||||
>
|
||||
|
@ -11,6 +11,7 @@
|
||||
:disabled="isPlayable"
|
||||
depressed
|
||||
rounded
|
||||
nuxt
|
||||
:to="`./${genre.Id}/play`"
|
||||
>{{ $t('play') }}</v-btn
|
||||
>
|
||||
@ -21,6 +22,7 @@
|
||||
:disabled="isPlayable"
|
||||
outlined
|
||||
rounded
|
||||
nuxt
|
||||
:to="`./${genre.Id}/shuffle`"
|
||||
>{{ $t('shuffleAll') }}</v-btn
|
||||
>
|
||||
|
@ -61,6 +61,7 @@
|
||||
:disabled="isPlayable"
|
||||
depressed
|
||||
rounded
|
||||
nuxt
|
||||
:to="`./${item.Id}/play`"
|
||||
>{{ $t('play') }}</v-btn
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user