update dependencies

This commit is contained in:
Thomas Amland
2020-10-10 18:57:32 +02:00
parent d2eb884c51
commit cab0adb392
14 changed files with 218 additions and 183 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<ContentLoader #default :loading="item == null">
<ContentLoader v-slot :loading="item == null">
<div class="row">
<div class="col col-xl-8">
<h1>{{ item.name }}</h1>
+1 -1
View File
@@ -3,7 +3,7 @@
<Tile v-for="item in props.items" :key="item.id"
:to="{name: 'artist', params: { id: item.id } }"
:title="item.name">
<template v-slot:text>
<template #text>
<strong>{{ item.albumCount }}</strong> albums
</template>
</Tile>