- {{
- item.name
- }}
+ {{ item.name }}
- {{ artists.name
- }}{{
- artistsindex < item.song.artists.length - 1 ? ' / ' : ''
- }}{{ artists.name }}{{ artistsindex < item.song.artists.length - 1 ? ' / ' : '' }}
@@ -43,40 +30,43 @@
\ No newline at end of file
+
diff --git a/src/layout/components/AppMenu.vue b/src/layout/components/AppMenu.vue
index 54889a9..89cbaf2 100644
--- a/src/layout/components/AppMenu.vue
+++ b/src/layout/components/AppMenu.vue
@@ -8,13 +8,9 @@