refactor(v-btn): add nuxt attribute to all the buttons that are links

This commit is contained in:
Fernando Fernández 2020-12-09 20:42:31 +01:00
parent 6382a1e4fb
commit f7322336a5
3 changed files with 5 additions and 0 deletions

View File

@ -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
>

View File

@ -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
>

View File

@ -61,6 +61,7 @@
:disabled="isPlayable"
depressed
rounded
nuxt
:to="`./${item.Id}/play`"
>{{ $t('play') }}</v-btn
>