mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45: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')" />
|
<b v-text="$t('navigation.search')" />
|
||||||
</navbar-item-link>
|
</navbar-item-link>
|
||||||
<hr class="fd-navbar-divider" />
|
<hr class="fd-navbar-divider" />
|
||||||
<navbar-item-link
|
<navbar-item-link to="/settings/webinterface">{{
|
||||||
to="/settings/webinterface"
|
$t('navigation.settings')
|
||||||
v-text="$t('navigation.settings')"
|
}}</navbar-item-link>
|
||||||
/>
|
|
||||||
<a
|
<a
|
||||||
class="navbar-item"
|
class="navbar-item"
|
||||||
@click.stop.prevent="open_update_dialog()"
|
@click.stop.prevent="open_update_dialog()"
|
||||||
v-text="$t('navigation.update-library')"
|
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
|
<div
|
||||||
class="navbar-item is-hidden-desktop"
|
class="navbar-item is-hidden-desktop"
|
||||||
style="margin-bottom: 2.5rem"
|
style="margin-bottom: 2.5rem"
|
||||||
|
@ -44,8 +44,8 @@
|
|||||||
<router-link
|
<router-link
|
||||||
to="/music/spotify/new-releases"
|
to="/music/spotify/new-releases"
|
||||||
class="button is-light is-small is-rounded"
|
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>
|
</p>
|
||||||
</nav>
|
</nav>
|
||||||
</template>
|
</template>
|
||||||
@ -84,8 +84,8 @@
|
|||||||
<router-link
|
<router-link
|
||||||
to="/music/spotify/featured-playlists"
|
to="/music/spotify/featured-playlists"
|
||||||
class="button is-light is-small is-rounded"
|
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>
|
</p>
|
||||||
</nav>
|
</nav>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user