[web] Format source code

This commit is contained in:
Alain Nussbaumer 2025-08-26 19:55:21 +10:00
parent 9a721e49ab
commit 3f0041100a
4 changed files with 4 additions and 14 deletions

View File

@ -94,11 +94,7 @@ export default {
}) })
}, },
data() { data() {
return { return { albums: [], artists: [], playlists: [] }
albums: [],
artists: [],
playlists: []
}
} }
} }
</script> </script>

View File

@ -37,9 +37,7 @@ export default {
}) })
}, },
data() { data() {
return { return { playlists: [] }
playlists: []
}
}, },
computed: { computed: {
heading() { heading() {

View File

@ -35,9 +35,7 @@ export default {
}) })
}, },
data() { data() {
return { return { artists: [] }
artists: []
}
}, },
computed: { computed: {
heading() { heading() {

View File

@ -37,9 +37,7 @@ export default {
}) })
}, },
data() { data() {
return { return { albums: [] }
albums: []
}
}, },
computed: { computed: {
heading() { heading() {