mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[web] Fix linting error (vue/no-v-text-v-html-on-component)
This commit is contained in:
parent
ae0fb921d5
commit
431ad51b66
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user