mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add a blank settings view
- use for loop to render l-sidebar content - add current track image on l-sidebar - other minor changes
This commit is contained in:
@@ -59,7 +59,6 @@ export default {
|
||||
setup() {
|
||||
const current = ref(perks.current);
|
||||
const putCommas = perks.putCommas;
|
||||
const pos = playAudio.pos;
|
||||
|
||||
const {playNext} = playAudio;
|
||||
const {playPrev} = playAudio;
|
||||
@@ -76,7 +75,6 @@ export default {
|
||||
playNext,
|
||||
playPrev,
|
||||
playPause,
|
||||
pos,
|
||||
seek,
|
||||
isPlaying,
|
||||
formatSeconds: perks.formatSeconds,
|
||||
|
||||
Reference in New Issue
Block a user