mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
[web] Fix linting error (vue/no-v-text-v-html-on-component)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user