[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

@ -113,16 +113,17 @@
<b v-text="$t('navigation.search')" />
</navbar-item-link>
<hr class="fd-navbar-divider" />
<navbar-item-link
to="/settings/webinterface"
v-text="$t('navigation.settings')"
/>
<navbar-item-link to="/settings/webinterface">{{
$t('navigation.settings')
}}</navbar-item-link>
<a
class="navbar-item"
@click.stop.prevent="open_update_dialog()"
v-text="$t('navigation.update-library')"
/>
<navbar-item-link to="/about" v-text="$t('navigation.about')" />
<navbar-item-link to="/about">{{
$t('navigation.about')
}}</navbar-item-link>
<div
class="navbar-item is-hidden-desktop"
style="margin-bottom: 2.5rem"

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>