[web] Fix linting error (vue/no-v-text-v-html-on-component)

This commit is contained in:
chme
2022-06-16 06:39:14 +02:00
parent ae0fb921d5
commit 431ad51b66
2 changed files with 10 additions and 9 deletions

View File

@@ -44,8 +44,8 @@
<router-link
to="/music/spotify/new-releases"
class="button is-light is-small is-rounded"
v-text="$t('page.spotify.browse.show-more')"
/>
>{{ $t('page.spotify.browse.show-more') }}</router-link
>
</p>
</nav>
</template>
@@ -84,8 +84,8 @@
<router-link
to="/music/spotify/featured-playlists"
class="button is-light is-small is-rounded"
v-text="$t('page.spotify.browse.show-more')"
/>
>{{ $t('page.spotify.browse.show-more') }}</router-link
>
</p>
</nav>
</template>