diff --git a/src/App.vue b/src/App.vue index 1a0f017..32fe171 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,9 +8,7 @@ >
-Track | +Artist | +Album | +Duration | +
---|---|---|---|
- Some broken hearts never mend
-
- Don Williams
- Best Of
- 3:17
-
-
+
+ {{
+ song.title
+ }}
+
+ |
+ {{ artist}} | +{{ song.album }} | ++ {{ song.duration }} + | +